Chore: eslint plugin react hooks fix in jeager (#27580)

* Use eslintignore instead of gitignore

* Fix jaeger errors
This commit is contained in:
Zoltán Bedi
2020-09-24 14:41:57 +02:00
committed by GitHub
parent 92c804fd55
commit b98c85d81c
6 changed files with 34 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
"root": true,
"overrides": [
{
"files": ["packages/**/*.{ts,tsx}", "public/app/**/*.{ts,tsx}"],
"files": ["packages/grafana-ui/**/*.{ts,tsx}", "public/app/**/*.{ts,tsx}"],
"rules": {
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off"