mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
b98c85d81c
* Use eslintignore instead of gitignore * Fix jaeger errors
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|