{ "*.coffee": [ "balena-lint" ], "*.ts": [ "balena-lint --typescript --fix", ], "*!(*webpack.config).js": [ "balena-lint --typescript --fix", ], "test/**/*.coffee": [ "balena-lint --tests" ], "test/**/*.ts": [ "balena-lint --typescript --no-prettier --tests" ], }