ui_migration lint(fix): deleted unused babel config.js, updated eslintrc.js
This commit is contained in:
parent
7c00e5e046
commit
7c04b94710
3 changed files with 19 additions and 18 deletions
|
|
@ -36,7 +36,7 @@ module.exports = {
|
|||
"vue/require-explicit-emits": "warn", // Require emits declaration
|
||||
"vue/multi-word-component-names": "warn", // Component naming
|
||||
"vue/no-v-for-template-key-on-child": "error", // Key placement
|
||||
"vue/no-v-model-argument": "error", // Allow v-model arguments (Vue 3 feature)
|
||||
"vue/no-v-model-argument": "off", // Allow v-model arguments (Vue 3 feature)
|
||||
|
||||
"vue/no-unused-components": "warn",
|
||||
"vue/no-unused-vars": "warn",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue