smartsocket/tslint.json

13 lines
167 B
JSON
Raw Normal View History

2017-07-07 20:02:19 +00:00
{
2018-03-19 09:00:11 +00:00
"extends": [
"tslint:latest",
"tslint-config-prettier"
],
"rules": {
"semicolon": [
true,
"always"
]
}
}