Skip to content

Commit 02165fe

Browse files
authored
Merge pull request #15 from kethinov/0.1.2
update README
2 parents 1b67cd0 + 9ea4ed8 commit 02165fe

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,6 @@ Optionally you can pass this module a set of configs:
5353

5454
```json
5555
{
56-
"extends": ["html-validate:recommended"],
57-
"rules": {
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"
71-
}
56+
"extends": ["html-validate:standard"]
7257
}
7358
```

0 commit comments

Comments
 (0)