rust/editors/code/tslint.json

10 lines
127 B
JSON
Raw Normal View History

2019-12-31 11:55:34 -06:00
{
"rules": {
"semicolon": [
true,
"always"
],
"prefer-const": true
2019-12-31 11:55:34 -06:00
}
}