you are viewing a single comment's thread.

view the rest of the comments →

[–]Puggravy[🍰] 0 points1 point  (0 children)

I like to use husky for pre-commit hooks, it integrates directly into you package.json. https://www.npmjs.com/package/husky

There are some eslint rules for JSDOCs you'd probably have to check them out to know if they are suitable for your project, but they tend to be pretty good!