mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
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"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|