mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-22 16:47:16 -05:00
Merge branch 'nuxt-refactor' into nuxt-refactor-i8n-navbar
This commit is contained in:
@@ -3,9 +3,15 @@ import eslintConfig from '@pretendonetwork/eslint-config';
|
||||
import { withNuxt } from './.nuxt/eslint.config.mjs';
|
||||
|
||||
export default withNuxt([
|
||||
...pluginVue.configs['flat/recommended'],
|
||||
...eslintConfig,
|
||||
...pluginVue.configs['flat/recommended'],
|
||||
{
|
||||
files: ['*.vue', '**/*.vue'],
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
parser: '@typescript-eslint/parser'
|
||||
}
|
||||
},
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'off'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user