From 7e6ea3c54d516ef41a14b3c80f1e67127fa3ed1c Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Wed, 8 Oct 2025 19:46:54 -0300 Subject: [PATCH] dev: add eslint-plugin-react-hooks to silence lint plugin missing during build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cfc73c3..5959c60 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,7 @@ "@types/three": "^0.180.0", "eslint": "^9", "eslint-config-next": "15.5.4", + "eslint-plugin-react-hooks": "^5.0.0", "prisma": "^6.16.2", "tailwindcss": "^4", "tw-animate-css": "^1.3.8",