tslint-genie-rules
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "tslint-genie-rules", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Common TypeScript lint rules/preferences for Genie Team.", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -41,3 +41,2 @@ const path = require("path"); | ||
"no-unsafe-finally": true, | ||
"no-unused-variable": [true, {"ignore-pattern": "^_"}], | ||
"no-var-keyword": true, | ||
@@ -44,0 +43,0 @@ "no-var-requires": 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
6092
6
83