solorice/vscode/extensions/aaron-bond.better-comments-3.0.0/tslint.json
2022-04-28 20:54:44 +03:00

18 lines
395 B
JSON

{
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": [
true,
"ignore-same-line"
],
"class-name": true,
"semicolon": [
true,
"always"
],
"triple-equals": true
},
"defaultSeverity": "warning"
}