Skip to content

Commit 233b63a

Browse files
committed
Fix build
1 parent edeb99d commit 233b63a

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.eslintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": ["next", "next/core-web-vitals", "prettier"]
2+
"extends": ["next", "next/core-web-vitals", "prettier"],
3+
"rules": {
4+
"react-hooks/rules-of-hooks": "off"
5+
}
36
}

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"eslint": "7.28.0",
5959
"eslint-config-next": "11.0.0",
6060
"eslint-config-prettier": "^8.5.0",
61+
"eslint-plugin-react-hooks": "^4.4.0",
6162
"husky": "^7.0.4",
6263
"lint-staged": "^12.3.7",
6364
"postcss": "^8.3.5",

0 commit comments

Comments
 (0)