I'm currently starting to learn about JavaScript on the server side with node, I've created a project with NPM, implemented some tests, etc.
Something that's bugging me is the ability to force a code style on all files, I've been reading about JSLint and it warns you about the style errors, but I'm looking for a tool that modifies your code to obey a certain standard.
Is there any tool that covers this task?
EDIT
I'm looking for a command line tool, so I can add a task to the project using NPM and I can execute it as:
npm format