smartmarkdown/tslint.json
2018-09-22 21:58:33 +02:00

7 lines
125 B
JSON

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