summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.eslintrc
blob: b10c9ca35a98bf8f1c526adff7a4e45ca295bd32 (plain)
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"
  }
}