How do you exclude JSHint and CSS Lint?
See original GitHub issueI want to just use HTMLHint. Is there a configuration where I can exclude JSHint and CSS Lint?
Currently, I am using HTMLHint like this:
import HTMLHint from "htmlhint"
const errors = HTMLHint.verify(val, {
"tag-pair": true,
"doctype-first": false,
"tag-self-close": true,
"doctype-html5": false
})
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How do I stop csslint and jshint from linting my EJS in Atom?
You can ignore all .ejs files with a .jshintignore file (https://jshint.com/docs/cli/#ignoring-files). I've just added one myself to fix ...
Read more >Command-line Interface - JSHint
jshint can be configured to ignore files based on their location in the filesystem. You may create a dedicated "ignore" file to list...
Read more >jshint - Visual Studio Marketplace
In order to ignore specific files or folders from being linted exclude options can be specified in a number of locations mostly mimicing ......
Read more >What is JavaScript linting and how can it improve your workflow?
A useful command is the combination of the – – extra-ext and – – exctact flags to lint all JavaScript inside .js and...
Read more >csslint | Yarn - Package Manager
CSSLint. CSSLint is an open source CSS code quality tool originally written by Nicholas C. Zakas and Nicole Sullivan. It was released in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@sanjade JSHint and CSSLint will be probably removed in one of the next releases.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.