1 2 3 4 5 6 7 8 9 10 11
{ "extends": "sonarqube", "plugins": [ "react-hooks" ], "rules": { "camelcase": "off", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn" } }