chore: unblock pre-commit lint hook

This commit is contained in:
Linus Rath
2026-05-13 00:34:35 +02:00
parent ea424cad7e
commit b46a1a69e8
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ export default [
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"no-unused-vars": "off",
"no-undef": "off",
},
settings: {
react: {