We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like to see support for the extract option, similar to how gulp-jshint does it.
The text was updated successfully, but these errors were encountered:
Can link to such option or explain it? (I know I can Google it, but I shouldn't have to.)
Sorry, something went wrong.
Here is a link to the usage:
https://www.npmjs.com/package/gulp-jshint#extract
Here is a link to the code:
https://github.com/spalger/gulp-jshint
jscs has a --extract CLI
The basic use case is to check code that is in-lined in an html file. For example, Polymer based Web Components in-line their code.
Sounds like a good feature. PR welcome. It should use JSCS to do the extraction, like the CLI does.
No branches or pull requests
Would like to see support for the extract option, similar to how gulp-jshint does it.
The text was updated successfully, but these errors were encountered: