Skip to content

Commit b6cdcf5

Browse files
committed
关掉几个讨人嫌的提示
1 parent b0f2d0b commit b6cdcf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default antfu(
1515
'node/prefer-global/process': 'off',
1616
'no-console': 'off',
1717
'unused-imports/no-unused-vars': 'off',
18+
'antfu/no-top-level-await': 'off',
19+
'no-unused-vars': 'off',
1820
},
1921
ignores: [
2022
'**/build/*',

0 commit comments

Comments
 (0)