diff --git a/eslint.config.ts b/eslint.config.ts index 89fdc89..f835478 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -10,11 +10,6 @@ import skipFormatting from 'eslint-config-prettier/flat' // More info at https://github.com/vuejs/eslint-config-typescript/#advanced-setup export default defineConfigWithVueTs( - { - name: 'app/files-to-lint', - files: ['**/*.{vue,ts,mts,tsx}'], - }, - globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']), ...pluginVue.configs['flat/essential'], @@ -23,4 +18,12 @@ export default defineConfigWithVueTs( ...pluginOxlint.buildFromOxlintConfigFile('.oxlintrc.json'), skipFormatting, + + { + name: 'app/files-to-lint', + files: ['**/*.{vue,ts,mts,tsx}'], + rules: { + 'vue/multi-word-component-names': 'off', + }, + }, ) diff --git a/index.html b/index.html index 9e5fc8f..02595eb 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,17 @@ -
+ + +