-
-
Notifications
You must be signed in to change notification settings - Fork 447
doctype-first error #566
Copy link
Copy link
Closed
Labels
bot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activity
Metadata
Metadata
Assignees
Labels
bot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activity
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
I'm using htmlhint as a script in my package.json
"lint:html": "htmlhint --config .htmlhintrc ./src/**/*.html"my .htmlhintrc
I'm creating components per html like
<div class="my-component">...</div>and I'm getting an error
How could I disable this rule?, right now I have disabled this rule in my config
"doctype-first": false,, but It is not desabled