FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

Implement Linting / Style Checking within tests #13

Closed MylesBorins closed 10 years ago

MylesBorins commented 10 years ago

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 ?

MylesBorins commented 10 years ago

Fixed!