balena-supervisor/.lintstagedrc
2018-11-02 14:50:12 +00:00

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"
],
}