This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Make lint fail build when there are linting errors #106
Labels
Type: Maintenance
Technical debt, dependency management, additional testing, etc.
The current
npm lint
command has the--quiet
, which means that when running this command in CI and will not fail the build.Suggest splitting this in two commands
lint
checks and fails on linting errorslint.fix
checks and fixes linting errors if it can (retaining the current dev-side work case)The text was updated successfully, but these errors were encountered: