mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
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>
This commit is contained in:
parent
d412d39164
commit
7b5272e926
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,7 +30,6 @@ package-lock.json
|
|||||||
.balenaconf
|
.balenaconf
|
||||||
resinrc.yml
|
resinrc.yml
|
||||||
balenarc.yml
|
balenarc.yml
|
||||||
tslint.json
|
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
6
tslint.json
Normal file
6
tslint.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"extends": "./node_modules/resin-lint/config/tslint-prettier.json",
|
||||||
|
"rules": {
|
||||||
|
"ignoreDefinitionFiles": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user