vscode-vsce/tslint.json

16 lines
273 B
JSON
Raw Normal View History

2016-03-18 11:25:44 +00:00
{
"rules": {
"no-unused-expression": true,
"no-unreachable": true,
"no-duplicate-variable": true,
"no-duplicate-key": true,
"no-unused-variable": true,
"curly": true,
"class-name": true,
2017-03-14 14:12:55 +01:00
"semicolon": [
true,
"always"
],
2016-03-18 11:25:44 +00:00
"triple-equals": true
}
}