We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fdefc commit 9ea4ed8Copy full SHA for 9ea4ed8
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