BENDERFACToRY / vault

The frontend for the vault
0 stars 1 forks source link

Added pre-commit lint #10

Closed XiXora closed 3 years ago

XiXora commented 3 years ago

fixes #9

Added husky, lint-staged Formatted entire repo to current prettierrc

dxlbnl commented 3 years ago

Cool, does this also work on windows. Not sure if anyone on windows now helping this project, but the husky script seems to require bash.

Could you rebase this branch onto main? I've moved some components you touched (sorry)

XiXora commented 3 years ago

According to the docs, yes via Git. This was setup via Prettier's docs.

XiXora commented 3 years ago

OK. Git is fun ;) All merged together.

If you're on Windows… feel free to change. Docs seem ok with it. Git may need to be a development prerequisite. Although, this would only run when you're committing with Git. Maybe a moot point!