Skip to content

Commit 2627a43

Browse files
committed
fix lint
1 parent 9ac3079 commit 2627a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default antfu(
1010
rules: {
1111
'perfectionist/sort-named-imports': 'off',
1212
'antfu/if-newline': 'off',
13+
'perfectionist/sort-exports': 'off',
1314
},
1415
},
1516
);

0 commit comments

Comments
 (0)