Skip to content

Commit

Permalink
WIP fix lint import errors
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Oct 2, 2023
1 parent 41a3277 commit 425abd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
IS_DESKTOP: 'readonly',
},
rules: {
'n/no-missing-import': 'off',
'import/default': 'error',
'import/named': 'error',
'import/newline-after-import': 'warn',
'import/no-named-as-default-member': 'off',
'import/order': [
Expand Down

0 comments on commit 425abd0

Please sign in to comment.