Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 471 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 471 Bytes

JS Boilerplate

JS boilerplate general configuration using Huksy, Lint-Staged and Standard to assure code standard style accross multiple repositories.

  • Husky to run lint-staged before any commit
  • Lint-Staged for linting badly formatted files that are on staged area to be committed
  • Standard to fix all badly formatted files