Skip to content

chore: add lint and lint:fix scripts

Paul Gascou-Vaillancourt requested to merge add-lint-scripts into master

This adds two new NPM scripts:

  • lint: runs prettier, eslint and stylelint in parallel to check for style errors in the codebase
  • lint:fix: runs prettier:fix, eslint:fix and stylelint:fix in sequence to automatically fix style errors in the codebase

Additionally, Prettier scripts have been moved next to ESLint and Stylelint scripts.

Edited by Paul Gascou-Vaillancourt

Merge request reports