Skip to content

Commit 7ebdc0e

Browse files
committed
chore: enforce import destructure order
1 parent 31c7cef commit 7ebdc0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
'error',
2727
{ VariableDeclarator: { array: true, object: true } },
2828
],
29+
'sort-imports': ['error', { ignoreDeclarationSort: true }],
2930
'prettier/prettier': 'error',
3031
'node/no-unsupported-features/es-syntax': 'off',
3132
'node/no-unsupported-features/es-builtins': 'error',

0 commit comments

Comments
 (0)