groupme-js / node-groupme

The only GroupMe API library for NodeJS that isn't a million years old.
https://groupme.js.org
MIT License
27 stars 11 forks source link

chore/auto format lint #74

Closed aidenstern closed 2 years ago

aidenstern commented 2 years ago

On initial clone of the repo: npm install npm run prepare And the pre-commit hooks with husky will be setup. Every commit will run eslint and prettier formatter on the staged files. This can be bypassed with git commit --no-verify however, so it would be best to add a github action that verifies the formatting and runs eslint again just to make sure.

aidenstern commented 2 years ago

Did you still want me to change the name of the npm scripts?

not-so-smart commented 2 years ago

Did you still want me to change the name of the npm scripts?

I think this is up to @thewilloftheshadow

thewilloftheshadow commented 2 years ago

You can leave as is, and I'll rebase the other PR to use the new scripts