mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-24 07:46:41 +00:00
Merge pull request #1236 from balena-io/update-lintstaged
🔧 Update resin-lint -> balena-lint in lintstaged
This commit is contained in:
commit
d332bdf259
@ -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"
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user