Revision b95728016a8cf1ee3b427a25fe5c6aced189197a authored by Torkel Ödegaard on 02 October 2020, 10:51:45 UTC, committed by Torkel Ödegaard on 02 October 2020, 10:51:45 UTC
1 parent 123de77
Raw File
.eslintrc
{
  "extends": ["@grafana/eslint-config"],
  "root": true,
  "overrides": [
    {
      "files": ["packages/grafana-ui/**/*.{ts,tsx}", "public/app/**/*.{ts,tsx}"],
      "rules": {
        "react-hooks/rules-of-hooks": "off",
        "react-hooks/exhaustive-deps": "off"
      }
    }
  ]
}
back to top