We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu/no-top-level-await
1 parent 04e576c commit a984c89Copy full SHA for a984c89
src/configs/markdown.ts
@@ -56,6 +56,8 @@ export async function markdown(
56
},
57
name: 'antfu/markdown/disables',
58
rules: {
59
+ 'antfu/no-top-level-await': 'off',
60
+
61
'import/newline-after-import': 'off',
62
63
'no-alert': 'off',
@@ -66,8 +68,8 @@ export async function markdown(
66
68
'no-undef': 'off',
67
69
'no-unused-expressions': 'off',
70
'no-unused-labels': 'off',
- 'no-unused-vars': 'off',
71
72
+ 'no-unused-vars': 'off',
73
'node/prefer-global/process': 'off',
74
'style/comma-dangle': 'off',
75
0 commit comments