BobaBoard / issues

BobaBoard issue tracking
2 stars 0 forks source link

Add a pre-commit linting hook to each repo using Husky. #145

Open enigmalea opened 1 year ago

enigmalea commented 1 year ago

Using the instructions here create a pre-commit hook to run eslint automatically when commits are made.

Note: the link above advises to install using npm. We use yarn as our package manager and it should be used in place of npm.

### Tasks
- [ ] https://github.com/BobaBoard/boba-components/issues/134