Closed bitttttten closed 3 hours ago
The problem with our package.json was that we had "private": "true",
instead of "private": true,
.
Thanks for the report, that happens when we fail to parse a package.json
. I released version 1.0.2 that includes https://github.com/QuiiBz/sherif/pull/104
If we run sherif on our monorepo we see:
Although on circleci this passes with a green ✅ , i.e.
npx sherif && echo 'hello'
will echo hello. Should it be that this error should also fail the linter and exit?