smartdebug/tslint.json

13 lines
167 B
JSON
Raw Normal View History

2017-09-18 13:19:18 +00:00
{
2018-04-12 16:02:48 +00:00
"extends": [
"tslint:latest",
"tslint-config-prettier"
],
"rules": {
"semicolon": [
true,
"always"
]
}
}