mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
466c7999db
Closes: #1318 Change-Type: patch Signed-off-by: Miguel Casqueira <miguel@balena.io>
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
{
|
|
"*.ts": [
|
|
"balena-lint --typescript --fix",
|
|
],
|
|
"*.js": [
|
|
"balena-lint --typescript --fix",
|
|
],
|
|
"test/**/*.ts": [
|
|
"balena-lint --typescript --no-prettier --tests"
|
|
],
|
|
}
|