chore: avoid warning

This commit is contained in:
Rairn 2023-04-21 10:07:14 +08:00
parent edd2ec7fe6
commit 604a85b74c

View File

@ -15,7 +15,6 @@
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
"react-hooks/rules-of-hooks": "error"
}
}