mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
|
{
|
||
|
"*.coffee": [
|
||
|
"resin-lint"
|
||
|
],
|
||
|
"*.ts": [
|
||
|
"prettier --config ./node_modules/resin-lint/config/.prettierrc --write",
|
||
|
"resin-lint --typescript --no-prettier",
|
||
|
"git add"
|
||
|
],
|
||
|
}
|