vscode-vsce/tslint.json
2017-03-14 14:12:55 +01:00

16 lines
No EOL
273 B
JSON

{
"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,
"semicolon": [
true,
"always"
],
"triple-equals": true
}
}