mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-02 17:20:39 +00:00
🔧 Update resin-lint -> balena-lint in lintstaged
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
23b370c207
commit
2433f9a343
@ -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…
x
Reference in New Issue
Block a user