rust/editors/code/tslint.json

11 lines
165 B
JSON
Raw Normal View History

2019-12-31 18:55:34 +01:00
{
"rules": {
"semicolon": [
true,
"always"
],
"prefer-const": true,
"no-floating-promises": true
2019-12-31 18:55:34 +01:00
}
}