mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
{
|
||
|
"extends": ["@grafana/eslint-config"],
|
||
|
"rules": {
|
||
|
"no-restricted-imports": [2, "^@grafana/runtime.*"]
|
||
|
}
|
||
|
}
|