Skip to content

Commit

Permalink
chore: downgrade eslint to 8.x
Browse files Browse the repository at this point in the history
eslint 9 is still too new and its ecosystem is simply not ready yet, so we (Carlos Serrano and me) decided to downgrade it to eslint 8

Issues: MOL-29362
  • Loading branch information
Txabox committed Apr 25, 2024
1 parent 281a803 commit 022d574
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 112 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.57.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -18,16 +19,12 @@
"eslint-plugin-unicorn": "^52.0.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"husky": "^7.0.2",
"semantic-release": "^22.0.12"
},
"engines": {
"node": ">=18.18"
},
"peerDependencies": {
"eslint": "^9.0.0"
},
"keywords": [
"eslint",
"config"
Expand Down
Loading

0 comments on commit 022d574

Please sign in to comment.