mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-07 06:52:27 +08:00
解决 eslint 版本升级导致所有 index.vue 会报错的问题
This commit is contained in:
@@ -25,6 +25,7 @@ module.exports = defineConfig({
|
||||
],
|
||||
rules: {
|
||||
'vue/script-setup-uses-vars': 'error',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'@typescript-eslint/ban-ts-ignore': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
|
||||
Reference in New Issue
Block a user