plotly/dash-renderer

Make lint fail build when there are linting errors

Marc-Andre-Rivet opened this issue · 1 comments

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 errors
  • lint.fix checks and fixes linting errors if it can (retaining the current dev-side work case)