| Index: htmlhintrc.json |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/htmlhintrc.json |
| @@ -0,0 +1,19 @@ |
| +{ |
| + "tagname-lowercase": true, |
| + "attr-lowercase": true, |
| + "attr-value-double-quotes": true, |
| + "tag-pair": true, |
| + "spec-char-escape": true, |
| + "id-unique": true, |
| + "src-not-empty": true, |
| + "attr-no-duplication": true, |
| + "title-require": true, |
| + "alt-require": true, |
| + "doctype-html5": true, |
| + "id-class-value": "dash", |
| + "space-tab-mixed-disabled": "space", |
| + "id-class-ad-disabled": true, |
| + "attr-unsafe-chars": true, |
| + "attr-value-not-empty": true, |
| + "doctype-first": true |
| +} |