smartfuzzy/tslint.json
2018-08-19 15:17:59 +02:00

7 lines
125 B
JSON

{
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"]
}
}