UNPKG

149 BPlain TextView Raw
1{
2 "*.coffee": [
3 "balena-lint"
4 ],
5 "*.ts": [
6 "balena-lint --typescript --fix"
7 ],
8 "tests/**/*.ts": [
9 "balena-lint --typescript --tests"
10 ]
11}