Skip to content

Commit adc6f83

Browse files
authored
README updates (#10)
* README updates * update README
1 parent ab90cf8 commit adc6f83

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,19 @@ Optionally you can pass this module a set of configs:
5555
{
5656
"extends": ["html-validate:recommended"],
5757
"rules": {
58-
"attr-case": "off",
59-
"attr-quotes": "off"
58+
"attr-case": [
59+
"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"
6071
}
6172
}
6273
```

0 commit comments

Comments
 (0)