Skip to content

Commit

Permalink
feat: remove unnecesary eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Nov 27, 2024
1 parent eee34b4 commit b608477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
13 changes: 3 additions & 10 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -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'],
})
1 change: 1 addition & 0 deletions src/x-components/plugin.options.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit b608477

Please sign in to comment.