Add pnpm lint:fix (or eslint --fix) as a pre-commit hook #125
Labels
enhancement
New feature or request
frontend
Requires work in the frontend package
good first issue
Good for newcomers
We need to add a pre-commit hook to lint the code in order to avoid having to recommit just the lints. This might be especially frustrating for outside contributors.
Here's a couple good guides:
Note: we probably just need eslint, and maybe optionally prettier
The text was updated successfully, but these errors were encountered: