module.exports = { root: true, parser: "vue-eslint-parser", parserOptions: { parser: "@typescript-eslint/parser", }, extends: ["plugin:vue/vue3-recommended", "plugin:prettier/recommended"], rules: { "vue/no-v-html": 0, "vue/v-on-event-hyphenation": 0, "vue/no-template-shadow": 0, "vue/multi-word-component-names": 0, }, };