Skip to content

Commit

Permalink
[WIP] Update to eslint 9
Browse files Browse the repository at this point in the history
Close #843
  • Loading branch information
tagliala committed Oct 7, 2024
1 parent 7cf68d2 commit 8e6ac61
Show file tree
Hide file tree
Showing 5 changed files with 1,023 additions and 376 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

13 changes: 0 additions & 13 deletions .eslintrc.cjs

This file was deleted.

21 changes: 21 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import neostandard from 'neostandard'

export default [
{
ignores: [
'app/assets/config/manifest.js',
'app/assets/javascript/**/vendor/*.js',
'config/**/*.js',
]
},
...neostandard(),
{
settings: {
'import/resolver': {
node: {
paths: ['app/javascript'],
}
}
}
}
]
Loading

0 comments on commit 8e6ac61

Please sign in to comment.