DEV Community

Discussion on: My Javascript Workflow

Collapse
 
elpibeperez profile image
Eduardo

Hey, we found these neat plugins: pre-commit and pre-push. We lint and run tests before we commit, and we run sonar locally before we push (to reduce pipeline issues).