mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
{
|
|
"rules": {
|
|
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime", "@grafana/ui", "@grafana/data", "@grafana/e2e/*"] }]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.test.{ts,tsx}"],
|
|
"rules": {
|
|
"no-restricted-imports": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|