We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c7cef commit 7ebdc0eCopy full SHA for 7ebdc0e
.eslintrc.js
@@ -26,6 +26,7 @@ module.exports = {
26
'error',
27
{ VariableDeclarator: { array: true, object: true } },
28
],
29
+ 'sort-imports': ['error', { ignoreDeclarationSort: true }],
30
'prettier/prettier': 'error',
31
'node/no-unsupported-features/es-syntax': 'off',
32
'node/no-unsupported-features/es-builtins': 'error',
0 commit comments