Skip to content

Commit ce0b208

Browse files
committed
docs: update with new ignore option
1 parent cdd2485 commit ce0b208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/0.index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ npx nuxi@latest module add html-validator
8686
usePrettier: false,
8787
logLevel: 'verbose',
8888
failOnError: false,
89+
/** A list of routes to ignore (that is, not check validity for). */
90+
ignore: [/\.(xml|rss|json)$/],
8991
options: {
9092
extends: [
9193
'html-validate:document',

0 commit comments

Comments
 (0)