slackapi / node-slack-sdk

Slack Developer Kit for Node.js
https://slack.dev/node-slack-sdk
MIT License
3.27k stars 661 forks source link

monorepo: add a linter `--write` precommit hook #2034

Open filmaj opened 1 week ago

filmaj commented 1 week ago

This will ensure any changes anyone goes to make always adhere to the style enforced in the repo.

Also, if need be, you can always provide the --no-verify flag to git commit to skip running precommit hooks. This could be useful for e.g. big refactors, where you want to isolate linter changes separate from code changes.

yaodada123 commented 1 week ago

@filmaj Hi, I think I can try to finish it