mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-11 23:14:09 +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": [
|
"*.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"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user