🔧 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

View File

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