Added eslint-react-hooks plugin

This commit is contained in:
yunglocokid
2024-05-13 17:00:29 +07:00
parent a4a3682bb5
commit 56b3d8967c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/core-web-vitals", "plugin:react-hooks/recommended"]
}