临时禁用 ESLint 规则

This commit is contained in:
hym 2025-11-21 23:03:20 +08:00
parent 2a193a9dff
commit 96585b087b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ module.exports = {
es6: true
},
extends: ['plugin:vue/recommended', 'eslint:recommended'],
// 完全禁用 ESLint
lintOnSave: false,
// add your custom rules here
// it is base on https://github.com/vuejs/eslint-config-vue