Make lint fail build when there are linting errors
Marc-Andre-Rivet opened this issue · 1 comments
Marc-Andre-Rivet commented
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)
alexcjohnson commented
@valentijnnieman fixed this in #75