Skip to content

Commit

Permalink
fix: use eslint 8 instead of 9
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Oct 18, 2024
1 parent e611722 commit d3c7d45
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 @@ -11,7 +11,7 @@
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
Expand Down

0 comments on commit d3c7d45

Please sign in to comment.