grafana/packages/grafana-runtime/.eslintrc

6 lines
98 B
Plaintext
Raw Normal View History

{
"rules": {
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime"] }]
}
}