lint-staged
Advanced tools
Comparing version 4.0.0-beta-1 to 4.0.0-beta-2
{ | ||
"name": "lint-staged", | ||
"version": "4.0.0-beta-1", | ||
"version": "4.0.0-beta-2", | ||
"description": "Lint files staged by git", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ /* global process */ | ||
cosmiconfig(packageJson.name, { | ||
cosmiconfig('lint-staged', { | ||
rc: '.lintstagedrc' | ||
@@ -64,4 +64,4 @@ }) | ||
.catch((parsingError) => { | ||
console.error(`Could not parse ${ packageJson.name } config. | ||
Make sure you have created it. See ${ packageJson.homepage }. | ||
console.error(`Could not parse lint-staged config. | ||
Make sure you have created it. See https://github.com/okonet/lint-staged#readme. | ||
@@ -68,0 +68,0 @@ ${ parsingError } |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38230
0