jshint - Which tool can I use to generate a .jshintrc file with default options? -


i've being using jslint time , found jshint. reading docs learned can configured using .jshintrc file not found if it's possible generate file using cli.

is there flag in cli generate such file (preferably options set) or tool allows me that?

not going answer question found jshint use on article code style guides, in free html ebook speakingjs - style guide.

they talk google's guideline, airbnb's guideline, jquery's guideline, , others, of time links provide ready use jshint file ... may :).

if want generate own jshint, don't know if familiar yeoman project re looking : https://github.com/losingkeys/generator-jshint

after generating it, text editor can used edit such simple file.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -