Skip to content

Commit

Permalink
build(deps): downgrade to eslint v8
Browse files Browse the repository at this point in the history
Eslint v9 isn't supported until next.js v15. Not sure why some of the builds worked after eslint was updated, but they shouldn't have.

Eslint should be updated again after next.js is updated to v15
  • Loading branch information
BobDotCom committed Nov 1, 2024
1 parent 0f03d57 commit 56be73c
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 139 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"serve": "^14.2.4",
Expand Down
Loading

0 comments on commit 56be73c

Please sign in to comment.