Skip to content

Commit

Permalink
[Chore] Downgrade ESLint -> 8.56.0
Browse files Browse the repository at this point in the history
Doing this to avoid warnings when running `npm i`, since @typescript-eslint still requires 8.56.
  • Loading branch information
Boris Cherny committed Apr 21, 2024
1 parent 2f29f19 commit 5f3039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"browserify": "^17.0.0",
"browserify-shim": "^3.8.16",
"concurrently": "^8.2.2",
"eslint": "^9.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 5f3039a

Please sign in to comment.