-
-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
Labels
bot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activity
Description
I 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
})
glen-84
Metadata
Metadata
Assignees
Labels
bot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activity