wip: ESLint Rule against loss of reactivity + prep for string-only locale files

This commit is contained in:
Benjamin Singleton 2026-02-21 18:45:32 -06:00
parent d2020cafec
commit 3c26238ca4
7 changed files with 251 additions and 223 deletions

View file

@ -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