mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
667358b23e
This saves ~100ms for me on startup with no fast-boot cache and ~50ms with a fast-boot cache Change-type: patch
8 lines
219 B
JSON
8 lines
219 B
JSON
{
|
|
"extends": "./node_modules/@balena/lint/config/tslint-prettier.json",
|
|
"rules": {
|
|
"ignoreDefinitionFiles": false,
|
|
"import-blacklist": [true, "resin-cli-visuals", "chalk", "common-tags"]
|
|
}
|
|
}
|