{ "*.coffee": [ "resin-lint" ], "*.ts": [ "prettier --config ./node_modules/resin-lint/config/.prettierrc --write", "resin-lint --typescript --no-prettier", "git add" ], }