mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 22:47:49 +00:00
9c3295c912
Change-type: patch
18 lines
279 B
Plaintext
18 lines
279 B
Plaintext
{
|
|
"*.coffee": [
|
|
"resin-lint"
|
|
],
|
|
"*.ts": [
|
|
"resin-lint --typescript --fix",
|
|
],
|
|
"*!(*webpack.config).js": [
|
|
"resin-lint --typescript --fix",
|
|
],
|
|
"test/**/*.coffee": [
|
|
"resin-lint --tests"
|
|
],
|
|
"test/**/*.ts": [
|
|
"resin-lint --typescript --no-prettier --tests"
|
|
],
|
|
}
|