AutoCommit/tslint.json

16 lines
248 B
JSON
Raw Normal View History

2019-12-26 17:47:37 +08:00
{
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": true,
"class-name": true,
"semicolon": [
true,
"always"
],
"triple-equals": true
},
"defaultSeverity": "warning"
}