Skip to content

Commit

Permalink
Fix rule conflict (#714)
Browse files Browse the repository at this point in the history
Closes #713
  • Loading branch information
Primajin committed Apr 11, 2023
1 parent 9c38358 commit 658d376
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/plugins.cjs
Expand Up @@ -265,6 +265,13 @@ module.exports = {
'import/order': [
'error',
{
groups: [
'builtin',
'external',
'parent',
'sibling',
'index',
],
'newlines-between': 'never',
warnOnUnassignedImports: true,
},
Expand Down

0 comments on commit 658d376

Please sign in to comment.