Skip to content

Commit

Permalink
Use new defineConfig() helper
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jan 3, 2024
1 parent d29f707 commit 32c9b38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .htmlvalidate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = {
const { defineConfig } = require('html-validate')

module.exports = defineConfig({
extends: ['html-validate:recommended'],
rules: {
// Allow components to set boolean attributes with empty values
Expand Down Expand Up @@ -89,4 +91,4 @@ module.exports = {
}
}
]
}
})

0 comments on commit 32c9b38

Please sign in to comment.