tslint-config-t-system
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "tslint-config-t-system", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "tslint configuration for T-System projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,3 +60,3 @@ { | ||
"object-literal-shorthand": true, | ||
"object-literal-sort-keys":[true, "ignore-case", "match-declaration-order"], | ||
"object-literal-sort-keys":[true, "ignore-case"], | ||
"one-line": [true, | ||
@@ -63,0 +63,0 @@ "check-open-brace", |
6240