mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
{
|
||
|
"extends": ["@grafana/eslint-config"],
|
||
|
"rules": {
|
||
|
"no-restricted-imports": [2, "^@grafana/runtime.*", "^@grafana/ui.*"]
|
||
|
}
|
||
|
}
|