Skip to content

Commit

Permalink
fix: split parent and sibling groups
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Aug 15, 2022
1 parent 1158b8b commit 5a60a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
'import/order': [
'error',
{
groups: ['builtin', 'external', 'internal', ['parent', 'sibling'], 'index'],
groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'],
pathGroups: [
{
pattern: '@/lib/**',
Expand Down

0 comments on commit 5a60a61

Please sign in to comment.