mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
{
|
|
"rules": {
|
|
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime", "@grafana/data/*", "@grafana/ui", "@grafana/e2e"] }]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.{test,story}.{ts,tsx}"],
|
|
"rules": {
|
|
"no-restricted-imports": "off",
|
|
"react/prop-types": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|