You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,9 @@ This module configures [`html-validate`](https://html-validate.org/) to automati
72
72
`@nuxtjs/html-validator` takes two options.
73
73
74
74
-`usePrettier` enables prettier printing of your source code to show errors in-context.
75
+
76
+
<alert>Consider not enabling this if you are using TailwindCSS, as prettier will struggle to cope with parsing the size of your HTML in development mode.</alert>
77
+
75
78
-`options` allows you to pass in `html-validate` options that will be merged with the default configuration
76
79
77
80
<alerttype="info">You can find more about configuring `html-validate`[here](https://html-validate.org/rules/index.html).</alert>
0 commit comments