We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab90cf8 commit adc6f83Copy full SHA for adc6f83
1 file changed
README.md
@@ -55,8 +55,19 @@ Optionally you can pass this module a set of configs:
55
{
56
"extends": ["html-validate:recommended"],
57
"rules": {
58
- "attr-case": "off",
59
- "attr-quotes": "off"
+ "attr-case": [
+ "error",
60
+ {
61
+ "rules": {
62
+ "style": "lowercase",
63
+ "ignoreForeign": true
64
+ }
65
66
+ ],
67
+ "attr-quotes": "off",
68
+ "no-conditional-comment": "off",
69
+ "no-trailing-whitespace": "off",
70
+ "prefer-button": "off"
71
}
72
73
```
0 commit comments