Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
There was an error while loading. Please reload this page.
The current
npm lintcommand has the--quiet, which means that when running this command in CI and will not fail the build.Suggest splitting this in two commands
lintchecks and fails on linting errorslint.fixchecks and fixes linting errors if it can (retaining the current dev-side work case)