mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
9079de068e
This reverts commit a97e9a1e17
.
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
{
|
|
"rules": {
|
|
"no-restricted-imports": ["error", { "patterns": ["@grafana/*"] }]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.test.{ts,tsx}"],
|
|
"rules": {
|
|
"no-restricted-imports": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|