Commit f30f3d9
authored
219 enforce formatting using prettier and husky (#220)
* Install husky, lint-staged, and prettier for dev
* Add lint-staged script to format with prettier
* Configure husky hook to run prettier on commit
All staged files will be auto-formatted using the repo's prettier config
file as part of the commit process.
package.json is reformatted as a result of this commit -- other files
are unmodified.
* Remove committed husky.sh file
File is included with husky installation in npm prepare script1 parent 238b120 commit f30f3d9
3 files changed
Lines changed: 688 additions & 63 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments