chore: 更新eslint
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user