mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
401615847c
first step in moving non-ui components to their own package
7 lines
153 B
JSON
7 lines
153 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"import-blacklist": [true, ["^@grafana/data.*"], ["^@grafana/ui.*"], ["^@grafana/runtime.*"]]
|
|
}
|
|
}
|