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 b0f2d0b commit b6cdcf5Copy full SHA for b6cdcf5
eslint.config.js
@@ -15,6 +15,8 @@ export default antfu(
15
'node/prefer-global/process': 'off',
16
'no-console': 'off',
17
'unused-imports/no-unused-vars': 'off',
18
+ 'antfu/no-top-level-await': 'off',
19
+ 'no-unused-vars': 'off',
20
},
21
ignores: [
22
'**/build/*',
0 commit comments