diff --git a/.htmllintrc b/.htmllintrc new file mode 100644 index 0000000..1ef6401 --- /dev/null +++ b/.htmllintrc @@ -0,0 +1,8 @@ +{ + "id-no-dup": true, + "class-no-dup": true, + "attr-quote-style": "double", + "tag-close": true, + "id-class-style": "dash", + "indent-style": "tab" +} \ No newline at end of file