Revision 6173aa70b7699e92232f36c8878b44ce33f5461d authored by Alex Khomenko on 03 October 2020, 05:19:45 UTC, committed by GitHub on 03 October 2020, 05:19:45 UTC
1 parent dfe04ea
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