@dlevs/tslint-config
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@dlevs/tslint-config", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A TSLint configuration to extend for personal projects.", | ||
@@ -5,0 +5,0 @@ "main": "tslint.json", |
@@ -43,4 +43,6 @@ { | ||
"trailing-comma": [true, {"multiline": "always", "singleline": "never"}], | ||
"file-name-casing": [false] | ||
"file-name-casing": [false], | ||
"comment-format": [true, "check-space"], | ||
"switch-default": false | ||
} | ||
} |
1733
47