1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Tools: Added prefer-default-export eslint rule

This commit is contained in:
Laurent Cozic
2020-06-02 20:13:15 +00:00
parent dd557f66a5
commit 560db37025
14 changed files with 322 additions and 16 deletions

View File

@ -105,4 +105,5 @@ class SelectDateTimeDialog extends React.PureComponent {
}
// eslint-disable-next-line import/prefer-default-export
export { SelectDateTimeDialog };