This repository was archived by the owner on Jun 4, 2024. It is now read-only.
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
Closed
Description
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)