mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
ab63f46b7e
Change-type: patch
15 lines
211 B
Plaintext
15 lines
211 B
Plaintext
{
|
|
"*.coffee": [
|
|
"resin-lint"
|
|
],
|
|
"*.ts": [
|
|
"resin-lint --typescript --fix",
|
|
],
|
|
"test/**/*.coffee": [
|
|
"resin-lint --tests"
|
|
],
|
|
"test/**/*.ts": [
|
|
"resin-lint --typescript --no-prettier --tests"
|
|
],
|
|
}
|