Temp disable react-hooks linting rules

This commit is contained in:
Alejandro Celaya 2023-08-26 10:30:25 +02:00
parent 3a88695122
commit 08a5014b5e

View file

@ -11,6 +11,8 @@
"jsx-a11y/control-has-associated-label": "off",
"jsx-a11y/label-has-associated-control": "off",
"jsx-a11y/click-events-have-key-events": "off",
"jsx-a11y/no-static-element-interactions": "off"
"jsx-a11y/no-static-element-interactions": "off",
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off"
}
}