All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.javascript.rules.eslint.react-hooks.json Maven / Gradle / Ivy

There is a newer version: 10.17.0.28100
Show newest version
[
  {
    "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"
  }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy