chore: 更新eslint

This commit is contained in:
kailong321200875
2024-07-18 16:56:42 +08:00
parent 367b3508e8
commit 15db5e8db3
19 changed files with 130 additions and 130 deletions

View File

@@ -61,6 +61,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
: undefined,
EslintPlugin({
cache: false,
failOnWarning: false,
failOnError: false,
include: ['src/**/*.vue', 'src/**/*.ts', 'src/**/*.tsx'] // 检查的文件
}),
VueI18nPlugin({