Skip to content

Commit

Permalink
chore: Update to ESLint v9 and new config (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa authored Oct 13, 2024
1 parent 780606b commit bd5aed2
Show file tree
Hide file tree
Showing 17 changed files with 458 additions and 636 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.yml

This file was deleted.

19 changes: 19 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import eslintConfig from '@meyfa/eslint-config'
import eslintConfigJsdoc from '@meyfa/eslint-config/jsdoc'

export default [
...eslintConfig,
{
ignores: [
'dist',
'.idea',
'.vscode',
'coverage',
'cache'
]
},
{
...eslintConfigJsdoc,
files: ['src/**/*.ts']
}
]
Loading

0 comments on commit bd5aed2

Please sign in to comment.