rust/editors/code/tslint.json
2019-12-31 18:55:34 +01:00

9 lines
97 B
JSON

{
"rules": {
"semicolon": [
true,
"always"
]
}
}