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 9ac3079 commit 2627a43Copy full SHA for 2627a43
packages/core/eslint.config.mjs
@@ -10,6 +10,7 @@ export default antfu(
10
rules: {
11
'perfectionist/sort-named-imports': 'off',
12
'antfu/if-newline': 'off',
13
+ 'perfectionist/sort-exports': 'off',
14
},
15
16
);
0 commit comments