We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b67cd0 + 9ea4ed8 commit 02165feCopy full SHA for 02165fe
1 file changed
README.md
@@ -53,21 +53,6 @@ Optionally you can pass this module a set of configs:
53
54
```json
55
{
56
- "extends": ["html-validate:recommended"],
57
- "rules": {
58
- "attr-case": [
59
- "error",
60
- {
61
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
+ "extends": ["html-validate:standard"]
72
}
73
```
0 commit comments