org.sonar.l10n.javascript.rules.eslint.react-hooks.json Maven / Gradle / Ivy
[
{
"key": "react-hooks/rules-of-hooks",
"name": "enforces the Rules of Hooks",
"type": "BUG",
"description": "See description of ESLint rule react-hooks/rules-of-hooks
at the eslint-plugin-react-hooks website"
},
{
"key": "react-hooks/exhaustive-deps",
"name": "verifies the list of dependencies for Hooks like useEffect and similar",
"description": "See description of ESLint rule react-hooks/exhaustive-deps
at the eslint-plugin-react-hooks website"
}
]