aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/.htmlhintrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/.htmlhintrc b/docs/.htmlhintrc
new file mode 100644
index 000000000..636af68d7
--- /dev/null
+++ b/docs/.htmlhintrc
@@ -0,0 +1,15 @@
+{
+ "attr-lowercase": true,
+ "attr-no-duplication": true,
+ "alt-require": true,
+ "attr-unsafe-chars": true,
+ "attr-value-double-quotes": true,
+ "doctype-first": true,
+ "doctype-html5": true,
+ "id-unique": true,
+ "spec-char-escape": true,
+ "src-not-empty": true,
+ "tag-pair": true,
+ "tagname-lowercase": true,
+ "title-require": true
+}