Skip to content

Commit 6b40d5e

Browse files
authored
Merge pull request #16 from Tresjs/bugfix/turn-of-perfectionist-rules
fix: turn-off import rule
2 parents a2f413c + cc08478 commit 6b40d5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/base.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const baseConfig = [
88
'style/function-call-spacing': ['error', 'never'],
99
'node/prefer-global/process': 'off',
1010
'antfu/top-level-function': 'off',
11+
'perfectionist/sort-imports': 'off',
1112
},
1213
},
1314

0 commit comments

Comments
 (0)