Skip to content

Commit 85f4af3

Browse files
committed
remove custom eslint rules
1 parent e68bdc7 commit 85f4af3

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ export default defineConfig([
99
react,
1010
jest,
1111
formatjs,
12-
{
13-
rules: {
14-
'import/order': [
15-
'error',
16-
{
17-
groups: ['builtin', 'external', 'unknown', 'parent', 'sibling', 'index'],
18-
},
19-
],
20-
},
21-
},
2212
{
2313
ignores: ['dist', 'node_modules'],
2414
},

0 commit comments

Comments
 (0)