Skip to content

Commit

Permalink
fix: turn-off import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 13, 2024
1 parent f3acc87 commit cc08478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const baseConfig = [
'style/function-call-spacing': ['error', 'never'],
'node/prefer-global/process': 'off',
'antfu/top-level-function': 'off',
'perfectionist/sort-imports': 'off',
},
},

Expand Down

0 comments on commit cc08478

Please sign in to comment.