balena-cli/tslint.json
Cameron Diver 7b5272e926 Add tslint config to enable consistent lint process
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>
2019-04-24 12:48:52 +01:00

7 lines
136 B
JSON

{
"extends": "./node_modules/resin-lint/config/tslint-prettier.json",
"rules": {
"ignoreDefinitionFiles": false
}
}