Commit 48c61c7d by wusiyi

fix: 修改 eslint 设置

parent 38bff635
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"vue/require-default-prop": "off", "vue/require-default-prop": "off",
"vue/multi-word-component-names": "off", "vue/multi-word-component-names": "off",
"no-console": "off", "no-console": "off",
"no-explicit-any": "error" "@typescript-eslint/no-explicit-any": "error"
}, },
"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