@vingle/tslint-preset
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "@vingle/tslint-preset", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "tslint rules for Vingle", | ||
@@ -26,5 +26,9 @@ "private": false, | ||
"peerDependencies": { | ||
"tslint": "^5.10.0 || ^6.0.0", | ||
"tslint": "^6.0.0", | ||
"typescript": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vingle/semantic-release-config": "2.0.0", | ||
"semantic-release-commit-filter": "1.0.2" | ||
} | ||
} |
@@ -10,6 +10,14 @@ { | ||
"interface-name": [true, "never-prefix"], | ||
"trailing-comma": false, | ||
"arrow-parens": false | ||
"whitespace": true, | ||
"type-literal-delimiter": true, | ||
"ordered-imports": true, | ||
"semicolon": [true, "always"], | ||
"trailing-comma": [true, { | ||
"multiline": "always", | ||
"singleline": "never", | ||
"esSpecCompliant": true | ||
}], | ||
"arrow-parens": true | ||
}, | ||
"rulesDirectory": [] | ||
} |
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
2088
4
22
2
1