add a eslint Comment

Signed-off-by: Coffee-crocodile <1147347984@qq.com>
This commit is contained in:
Coffee-crocodile 2022-08-04 14:29:06 +08:00
parent 139e4c65ee
commit 942d6edf7b

View File

@ -27,6 +27,7 @@ module.exports = { //https://eslint.org/docs/latest/
'@vue/typescript/recommended'
],
rules: {
// TSESLint docs https://typescript-eslint.io/rules/
'no-var': 'error', // 禁止使用var
'no-console': 'warn', // 禁止出现console
"no-debugger": "off", // 关闭debugger警告