We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2f413c + cc08478 commit 6b40d5eCopy full SHA for 6b40d5e
src/rules/base.ts
@@ -8,6 +8,7 @@ const baseConfig = [
8
'style/function-call-spacing': ['error', 'never'],
9
'node/prefer-global/process': 'off',
10
'antfu/top-level-function': 'off',
11
+ 'perfectionist/sort-imports': 'off',
12
},
13
14
0 commit comments