BCDevOps / bcdk

BC Developer Kit
Apache License 2.0
6 stars 15 forks source link

Add linting hooks for pre commit and linted #21

Closed patricksimonian closed 5 years ago

patricksimonian commented 5 years ago

Added husky/lint-staged to lint files on pre commit. In addition, I added a more strict eslint config and moved the config from package.json to a .eslintrc file.