smartcsv/tslint.json

13 lines
167 B
JSON
Raw Normal View History

2018-05-10 17:47:14 +00:00
{
"extends": [
"tslint:latest",
"tslint-config-prettier"
],
"rules": {
"semicolon": [
true,
"always"
]
}
}