diff --git a/eslint.config.mjs b/eslint.config.mjs index 040d05b6..04192f51 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,12 +1,5 @@ import { empathyco } from '@empathyco/eslint-config' -export default empathyco( - { ignores: ['shims-tsx.d.ts', 'shims-vue.d.ts', 'jest.setup.ts', '**/*.js'] }, - { - rules: { - 'vuejs-accessibility/no-autofocus': 'off', - 'vue/multi-word-component-names': 'off', - 'node/prefer-global/process': 'off', - }, - }, -) +export default empathyco({ + ignores: ['shims-tsx.d.ts', 'shims-vue.d.ts', 'jest.setup.ts', '**/*.js'], +}) diff --git a/src/x-components/plugin.options.ts b/src/x-components/plugin.options.ts index 76fef393..4534046b 100644 --- a/src/x-components/plugin.options.ts +++ b/src/x-components/plugin.options.ts @@ -1,3 +1,4 @@ +/* eslint-disable node/prefer-global/process */ import type { InstallXOptions, SnippetConfig } from '@empathyco/x-components' import { cssInjector, I18n } from '@empathyco/x-archetype-utils' import { filter } from '@empathyco/x-components'