mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 15:37:12 -05:00
Merge branch 'nuxt-refactor' into nuxt-refactor-i8n-navbar
This commit is contained in:
commit
90a57c3c2f
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user