2020-02-07 19:40:04 -06:00
|
|
|
{
|
|
|
|
"extends": ["@grafana/eslint-config"],
|
2020-08-11 10:52:44 -05:00
|
|
|
"root": true,
|
|
|
|
"overrides": [
|
|
|
|
{
|
2020-11-18 07:19:33 -06:00
|
|
|
"files": [
|
|
|
|
"packages/grafana-ui/**/*/!(*.story).{ts,tsx}",
|
|
|
|
"packages/jaeger-ui-components/**/*.{ts,tsx,js}",
|
|
|
|
"public/app/**/*.{ts,tsx}"
|
|
|
|
],
|
2020-08-11 10:52:44 -05:00
|
|
|
"rules": {
|
|
|
|
"react-hooks/rules-of-hooks": "off",
|
2020-11-18 07:19:33 -06:00
|
|
|
"react-hooks/exhaustive-deps": "off",
|
|
|
|
"react/prop-types": "off",
|
|
|
|
"react/no-unescaped-entities": "off",
|
|
|
|
"react/display-name": "off",
|
|
|
|
"react/no-deprecated": "off",
|
2020-11-18 08:36:35 -06:00
|
|
|
"react/no-unknown-property": "off",
|
|
|
|
"react/no-children-prop": "off",
|
2020-11-18 07:19:33 -06:00
|
|
|
"react/no-find-dom-node": "off",
|
|
|
|
"react/no-render-return-value": "off"
|
2020-08-11 10:52:44 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2020-02-07 19:40:04 -06:00
|
|
|
}
|