Cognizant-CDE-Australia / generator-confit

Build-tool generator for current and future web.
https://odecee.github.io/generator-confit
Other
29 stars 3 forks source link

Change verify sub-generator to support major linting-styles (implemented using eslint) #16

Closed uglow closed 8 years ago

uglow commented 8 years ago

The jsLinter question can be changed from "do you want JS linting" to "what linting standard do you want use".

Options: Check popularity here

This one implements a few of the popular ones: https://github.com/walmartlabs/eslint-config-defaults

Possible list:

Whatever standard is used, the sampleApp should disable linting for the modules/demoModule directory, otherwise we will never find a combination of JS code that could satisfy every linting config.