mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
7 lines
153 B
JSON
7 lines
153 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"import-blacklist": [true, ["^@grafana/data.*"], ["^@grafana/ui.*"], ["^@grafana/runtime.*"]]
|
|
}
|
|
}
|