Skip to content

How do you exclude JSHint and CSS Lint? #365

@axelthat

Description

@axelthat

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
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bot:staleIssue marked as stale because there was no activity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions