mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
21738f8fe3
Change-type: patch
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"
|
|
],
|
|
}
|