dzintars / front

Test setup (Don't use!) Dev server URL available while i'm developing.
https://front.oswee.dev
1 stars 1 forks source link

Jsonlint fails in lintstaged phase #125

Open dzintars opened 4 years ago

dzintars commented 4 years ago

Probably package is not installed.

» git commit -m "chore(yarn): test package consumption from github"
husky > pre-commit (node v14.9.0)
✔ Preparing...
⚠ Running tasks...
  ✔ Running tasks for *.{ts,html,md}
  ✔ Running tasks for *.ts
  ❯ Running tasks for .*{rc,.json}
    ✖ jsonlint  --in-place [ENOENT]
↓ Skipped because of errors from tasks. [SKIPPED]
✔ Reverting to original state because of errors...
✔ Cleaning up... 

✖ jsonlint  --in-place failed without output (ENOENT).
husky > pre-commit hook failed (add --no-verify to bypass)