Skip to content

Commit

Permalink
chore(deps): use @empathyco/eslint-config as code format config
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Nov 15, 2024
1 parent 31c1c9e commit 25a06c8
Show file tree
Hide file tree
Showing 5 changed files with 3,789 additions and 3,999 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

15 changes: 0 additions & 15 deletions .eslintrc

This file was deleted.

17 changes: 17 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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',
},
},
{
files: ['*-icon*.vue', 'logo.vue'],
rules: {
'max-len': 'off',
},
},
)
Loading

0 comments on commit 25a06c8

Please sign in to comment.