tslint-config-vtex
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "tslint-config-vtex", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "VTEX's tslint config", | ||
@@ -5,0 +5,0 @@ "main": "tslint.json", |
@@ -75,3 +75,2 @@ { | ||
"no-consecutive-blank-lines": [true, 1], | ||
"no-unused-new": true, | ||
"no-construct": true, | ||
@@ -90,4 +89,5 @@ "no-duplicate-variable": true, | ||
"use-isnan": true, | ||
"valid-typeof": true | ||
"valid-typeof": true, | ||
"no-unused-variable": [true] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5617