Merge pull request #1236 from balena-io/update-lintstaged

🔧 Update resin-lint -> balena-lint in lintstaged
This commit is contained in:
CameronDiver 2020-03-30 19:17:29 +01:00 committed by GitHub
commit d332bdf259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
],
}