vscode/build/tslint.json

14 lines
220 B
JSON
Raw Normal View History

2017-05-12 09:03:02 +00:00
{
"rules": {
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": true,
"class-name": true,
"semicolon": [
2017-11-27 09:11:40 +00:00
true,
2017-05-12 09:03:02 +00:00
"always"
],
"triple-equals": true
2018-01-22 09:24:31 +00:00
},
"defaultSeverity": "warning"
2017-05-12 09:03:02 +00:00
}