Skip to content

Commit

Permalink
fix: import/order conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Oct 17, 2024
1 parent 6ad0b0f commit 52a6b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function imports(options = {}) {
'import/no-unresolved': ['error', { caseSensitiveStrict: true }],
'import/no-useless-path-segments': 'warn',
'import/no-webpack-loader-syntax': 'error',
'import/order': ['warn', { groups: ['builtin', ['external', 'internal'], 'parent', ['sibling', 'index']] }], // collision
'import/order': 'off',

...predicate(!options.disableExpensiveRules, {
'import/default': 'error',
Expand Down

0 comments on commit 52a6b5c

Please sign in to comment.