wip: ESLint Rule against loss of reactivity + prep for string-only locale files
This commit is contained in:
parent
d2020cafec
commit
3c26238ca4
7 changed files with 251 additions and 223 deletions
|
|
@ -47,6 +47,7 @@ export default defineConfig([
|
|||
"error",
|
||||
{ allowInterfaces: "with-single-extends" },
|
||||
],
|
||||
"vue/no-ref-object-reactivity-loss": ["error"],
|
||||
},
|
||||
},
|
||||
// disable multi-word-component-names for unplugin-vue-router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue