diff --git a/.eslintrc.js b/.eslintrc.js index 8219d26..0428bb5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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警告