mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
7b5272e926
The lint configuration used seems to vary between build machines, and this is a bug in resin-lint. Until that's fixed, we provide another tslint which points to the resin-lint configuration. Signed-off-by: Cameron Diver <cameron@balena.io>
7 lines
136 B
JSON
7 lines
136 B
JSON
{
|
|
"extends": "./node_modules/resin-lint/config/tslint-prettier.json",
|
|
"rules": {
|
|
"ignoreDefinitionFiles": false
|
|
}
|
|
}
|