tslint-config-t-system
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "tslint-config-t-system", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "tslint configuration for T-System projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ { | ||
"no-default-export": true, | ||
"no-duplicate-import": true, | ||
"no-duplicate-imports": true, | ||
"no-duplicate-super": true, | ||
@@ -51,3 +51,3 @@ "no-duplicate-variable": true, | ||
"no-string-literal": true, | ||
"no-switch-case-call-through": true, | ||
"no-switch-case-fall-through": true, | ||
"no-this-assignment": true, | ||
@@ -54,0 +54,0 @@ "no-trailing-whitespace": true, |
6267