Skip to content

Commit

Permalink
disable void-style, fixes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Dec 21, 2023
1 parent 82f3719 commit 038729c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .htmlvalidate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"<rootDir>/test/plugin.html-validate.mjs:recommended"
],
"rules": {
"void-style": "off",
"void-style": "off"
}
}
3 changes: 3 additions & 0 deletions test/build-html-validate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const htmlValidate = new HtmlValidate({
"https-links": "error",
"internal-links": "error",
},
"rules": {
"void-style": "off"
}
});
const formatter = formatterFactory("stylish");
var allTestsPassed = true;
Expand Down

0 comments on commit 038729c

Please sign in to comment.