Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrre-ls committed Nov 11, 2024
1 parent 8cdadc3 commit 443580c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": ["next", "next/typescript"],
"plugins": ["react-hooks"],
"extends": ["next", "next/typescript", "plugin:react-hooks/recommended"],
"rules": {
"no-eval": "error",
"@next/next/no-img-element": "off",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
Expand Down

0 comments on commit 443580c

Please sign in to comment.