smartinteract/tslint.json

7 lines
125 B
JSON
Raw Normal View History

2016-11-20 00:11:22 +00:00
{
2018-07-25 14:58:51 +00:00
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"]
}
}