Update tslint.json #143

Merged
jpicornellHB merged 1 commits from patch-1 into master 2016-04-08 14:09:45 +00:00

View File

@@ -27,7 +27,7 @@
"no-shadowed-variable": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
"no-trailing-comma": true,
"trailing-comma": false,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": false,
@@ -43,7 +43,7 @@
"quotemark": [true, "single"],
"radix": true,
"semicolon": true,
"sort-object-literal-keys": false,
"object-literal-sort-keys": false,
"triple-equals": [true, "allow-null-check"],
"variable-name": false,
"whitespace": [true,