We need some tool that checks the code during coding time and that automatically format it, for example when saving or compiling. Currently we are using http://eslint.org/ but the profile is very incomplete. We also could configure Grunt or NPM to run its formatter automatically. |
|