mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
7 lines
141 B
JSON
7 lines
141 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"import-blacklist": [true, "moment", ["^@grafana/ui.*"], ["^@grafana/runtime.*"]]
|
|
}
|
|
}
|