Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearce-Ropion committed Jan 13, 2023
1 parent 804dc0e commit 1a44ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/order.js
Expand Up @@ -2376,7 +2376,7 @@ ruleTester.run('order', rule, {
order: 'asc',
caseInsensitive: true,
},
groups: ['external', 'internal', 'parent', 'sibling'],
groups: ['type', 'builtin', 'external', 'internal', 'parent', 'sibling', 'index', 'object'],
'newlines-between': 'always',
pathGroups: [
{ pattern: '@namespace', group: 'external', position: 'after' },
Expand Down

0 comments on commit 1a44ca9

Please sign in to comment.