Skip to content

Commit

Permalink
Upgrade to ESLint 9 and migrate to flat config (#82)
Browse files Browse the repository at this point in the history
* Upgrade to ESLint 9 and migrate to flat config

* Clean up config declaration
  • Loading branch information
billyjanitsch authored Nov 14, 2024
1 parent 6703825 commit ba0847f
Show file tree
Hide file tree
Showing 8 changed files with 959 additions and 4,272 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import configs from './index.js'

export default [...configs, {ignores: ['tests/fixtures/*']}]
Loading

0 comments on commit ba0847f

Please sign in to comment.