Commit ddd61497 by linjinhong Committed by qinjianhui

取消eslintrc提示未使用字段

parent 4deca882
......@@ -12,7 +12,7 @@
"rules": {
"vue/require-default-prop": "off",
"vue/multi-word-component-names": "off",
"no-console": "warn"
"no-console": "warn","no-unused-vars": "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