We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80e530 commit ffb86ebCopy full SHA for ffb86eb
.eslintrc.js
@@ -8,7 +8,7 @@ module.exports = {
8
rules: {
9
"no-console": "off",
10
"no-debugger": "off",
11
- "no-unused-vars": "off",
+ "no-unused-vars": "warn",
12
"no-useless-escape": "off",
13
// plugin:vue/recommended 规则
14
"vue/attributes-order": "error",
0 commit comments