ng-lint-staged
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -14,3 +14,4 @@ #!/usr/bin/env node | ||
let filesSwitch = false; | ||
for (const arg of process.argv) { | ||
// NOTE: THE LOOP STARTS AT i = 3! | ||
for (let i = 3, iz = process.argv.length; i < iz; i++) { | ||
if (arg === '--') { | ||
@@ -17,0 +18,0 @@ filesSwitch = true; |
{ | ||
"name": "ng-lint-staged", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Shim to run lint-staged with ng-lint", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
4544
42