Index: htmlhintrc.json |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/htmlhintrc.json |
@@ -0,0 +1,16 @@ |
+{ |
+ "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, |
+ "alt-require": true, |
+ "id-class-value": "dash", |
+ "space-tab-mixed-disabled": "space", |
+ "id-class-ad-disabled": true, |
+ "attr-unsafe-chars": true, |
+ "attr-value-not-empty": true |
+} |