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 a9c2fd7 commit c9715c2Copy full SHA for c9715c2
eslint.config.ts renamed to eslint.config.js
@@ -1,5 +1,7 @@
1
import antfu from '@antfu/eslint-config'
2
3
+// We temporarily disable `eslint.config.ts` which given by `eslint-ts-patch`
4
+// Related: https://github.com/antfu/eslint-ts-patch/issues/5
5
export default antfu({
6
// force enable vue and typescript rules
7
vue: true,
@@ -17,7 +19,7 @@ export default antfu({
17
19
'vue/no-v-text-v-html-on-component': 'off',
18
20
21
'no-console': 'off',
- 'antfu/top-level-function': 'off' as any, // type error from @antfu/eslint-config
22
+ 'antfu/top-level-function': 'off',
23
'unused-imports/no-unused-vars': 'off',
24
25
'node/prefer-global/process': 'off',
0 commit comments