🔧 Update resin-lint -> balena-lint in lintstaged

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2020-03-30 18:35:15 +01:00
parent 23b370c207
commit 2433f9a343

@ -1,17 +1,17 @@
{ {
"*.coffee": [ "*.coffee": [
"resin-lint" "balena-lint"
], ],
"*.ts": [ "*.ts": [
"resin-lint --typescript --fix", "balena-lint --typescript --fix",
], ],
"*!(*webpack.config).js": [ "*!(*webpack.config).js": [
"resin-lint --typescript --fix", "balena-lint --typescript --fix",
], ],
"test/**/*.coffee": [ "test/**/*.coffee": [
"resin-lint --tests" "balena-lint --tests"
], ],
"test/**/*.ts": [ "test/**/*.ts": [
"resin-lint --typescript --no-prettier --tests" "balena-lint --typescript --no-prettier --tests"
], ],
} }