mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: ban importing from @grafana/ui in grafana ui files (#16920)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "../../tslint.json"
|
||||
"extends": "../../tslint.json",
|
||||
"rules": {
|
||||
"import-blacklist": [true, ["^@grafana/ui.*"]]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user