From 22ac2d1b19589a803251998aa1b04ed2d0adf382 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Mon, 19 Feb 2018 21:43:11 +0100 Subject: [PATCH] Add htmllintrc file --- .htmllintrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .htmllintrc 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