We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore
1 parent cdd2485 commit ce0b208Copy full SHA for ce0b208
docs/content/0.index.md
@@ -86,6 +86,8 @@ npx nuxi@latest module add html-validator
86
usePrettier: false,
87
logLevel: 'verbose',
88
failOnError: false,
89
+ /** A list of routes to ignore (that is, not check validity for). */
90
+ ignore: [/\.(xml|rss|json)$/],
91
options: {
92
extends: [
93
'html-validate:document',
0 commit comments