tslint-genie-rules
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "tslint-genie-rules", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Common TypeScript lint rules/preferences for Genie Team.", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -30,3 +30,3 @@ const path = require("path"); | ||
"no-extra-semi": true, | ||
"no-import-side-effect": true, | ||
"no-import-side-effect": [true, {"ignore-module": "(\\.html|\\.css)$"}], | ||
"no-inferrable-types": true, | ||
@@ -33,0 +33,0 @@ "no-internal-module": 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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
6009
1