UNPKG

104 BPlain TextView Raw
1{
2 "*.js": [
3 "balena-lint --typescript --fix"
4 ],
5 "*.ts": [
6 "balena-lint --typescript --fix"
7 ],
8}