Files
vscode-elm-signature/tslint.json
Julien Lengrand-Lambert 894ef03bf2 initialize repo.
* Can detect elm based projects
2018-08-11 15:24:01 +02:00

15 lines
247 B
JSON

{
"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"
}