mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -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"
|
|
}
|
|
}
|
|
]
|
|
}
|