Crochets REACT ESLINT CONFIG CUSTO
{ "plugins": [ // ... "react-hooks" ], "rules": { // ... "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn" }}
Vast Vendace