Re-enable key Vue lint rules and fix resulting violations
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -119,10 +119,10 @@ export default [
|
||||
"vue/multi-word-component-names": "off",
|
||||
"vue/no-side-effects-in-computed-properties": "off",
|
||||
"vue/return-in-computed-property": "off",
|
||||
"vue/no-parsing-error": "off",
|
||||
"vue/valid-v-else": "off",
|
||||
"vue/no-deprecated-v-on-native-modifier": "off",
|
||||
"vue/require-valid-default-prop": "off",
|
||||
"vue/no-parsing-error": "error",
|
||||
"vue/valid-v-else": "error",
|
||||
"vue/no-deprecated-v-on-native-modifier": "error",
|
||||
"vue/require-valid-default-prop": "error",
|
||||
"vue/no-unused-vars": "off",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user