- Inspired and borrowed from belly-button*
npm install -g node-styleRun on the current directory and lint files to make sure they follow the node.js core style rules.
node-stylenode-style -fWill fix linting issues that it finds. This won't fix everything, but will definitely help when you are styling a large codebase.
node-style -i lib/**.jsWill only run linting on the paths that match the input. You can have multiple inputs if you want to lint multiple patterns.