Skip to content

Commit

Permalink
Allow up to 10 imports/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Dec 29, 2023
1 parent 6b43246 commit cf94dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export const baseConfig = {
'import/prefer-default-export': 'off',
'import/newline-after-import': 'error',
'import/no-nodejs-modules': 'off',
'import/max-dependencies': ['error', { max: 8 }],
'import/max-dependencies': ['error', { max: 10 }],
'import/first': 'error',
'import/no-unused-modules': 'error',
'import/no-anonymous-default-export': 'off',
Expand Down

0 comments on commit cf94dee

Please sign in to comment.