Currently we have a .jshintrc that was created by generator-generator but it isn't used for anything. We should implementing linting / style checking into the testing framework to assure that code is of a certain calibre.
The only question remaining is if we should use jshint or the combination of jscs / eslint
Currently we have a .jshintrc that was created by generator-generator but it isn't used for anything. We should implementing linting / style checking into the testing framework to assure that code is of a certain calibre.
The only question remaining is if we should use jshint or the combination of jscs / eslint
Thoughts @malandrew ?