Skip to content

Commit

Permalink
fix(config): remove no-extraneous-dependencies
Browse files Browse the repository at this point in the history
Habitica constantly imports its own files in a way that disturbs this rule
  • Loading branch information
SabreCat committed Dec 8, 2023
1 parent d070714 commit f10afc4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion lib/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = {
'no-underscore-dangle': 'off',
'no-restricted-syntax': 'off',
'import/no-commonjs': 'error',
'import/prefer-default-export': 'off',
'import/no-cycle': 'error',
'import/no-extraneous-dependencies': 'off',
'import/prefer-default-export': 'off',
},
};
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f10afc4

Please sign in to comment.