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.
antfu/top-level-function
1 parent a99d50c commit 2c52505Copy full SHA for 2c52505
src/configs/javascript.ts
@@ -49,6 +49,7 @@ export function javascript(
49
],
50
51
'antfu/no-top-level-await': 'error',
52
+ 'antfu/top-level-function': 'error',
53
54
'array-callback-return': 'error',
55
'block-scoped-var': 'error',
0 commit comments