Slide 260
Slide 260 text
Continuously
Keep Your Code In Ship Shape
• ESLint ( http://eslint.org )
• CodeClimate ( https://codeclimate.com/features )
• GreenKeeper ( http://greenkeeper.io )
• npm scripts (instead of Grunt or Gulp — YMMV)
( https://docs.npmjs.com/misc/scripts )
• npm outdated ( https://docs.npmjs.com/cli/outdated )
• git pre-commit hooks ( https://github.com/observing/pre-commit )
• [ hint: Install your development dependencies (such as eslint, babel, gulp, etc) locally, (not globally)! ]