Skip to content

Commit

Permalink
ESLint: lock to version 8
Browse files Browse the repository at this point in the history
Version 9 brings headache of breaking changes. Lets lock it to 8 until rest of the ecosystem catches up.
  • Loading branch information
stscoundrel committed May 19, 2024
1 parent fada5e2 commit 6a6e9b2
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 @@ -47,7 +47,7 @@
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.0",
"eslint-plugin-cypress": "^2.15.1",
Expand Down

0 comments on commit 6a6e9b2

Please sign in to comment.