Skip to content

Commit 658d376

Browse files
authoredApr 11, 2023
Fix rule conflict (#714)
Closes #713
1 parent 9c38358 commit 658d376

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

Diff for: ‎config/plugins.cjs

+7
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ module.exports = {
265265
'import/order': [
266266
'error',
267267
{
268+
groups: [
269+
'builtin',
270+
'external',
271+
'parent',
272+
'sibling',
273+
'index',
274+
],
268275
'newlines-between': 'never',
269276
warnOnUnassignedImports: true,
270277
},

0 commit comments

Comments
 (0)
Please sign in to comment.