Commit 80ed9f46 by linjinhong

取消eslintrc提示未使用字段

parent 0aa277b1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"rules": { "rules": {
"vue/require-default-prop": "off", "vue/require-default-prop": "off",
"vue/multi-word-component-names": "off", "vue/multi-word-component-names": "off",
"no-console": "warn" "no-console": "warn","no-unused-vars": "off"
}, },
"overrides": [{ "files": "*.vue", "rules": { "no-undef": "off" } }] "overrides": [{ "files": "*.vue", "rules": { "no-undef": "off" } }]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment