From c5a9ebf57635cdf5096e76be961a05367edd3ddf Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Mon, 23 Jan 2017 20:38:34 +1100 Subject: Move htmllint to npm script. --- docs/.htmllintrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/.htmllintrc (limited to 'docs') diff --git a/docs/.htmllintrc b/docs/.htmllintrc new file mode 100644 index 000000000..2a6bb58d6 --- /dev/null +++ b/docs/.htmllintrc @@ -0,0 +1,18 @@ +{ + "attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"], + "attr-name-style": "dash", + "attr-no-unsafe-char": false, + "class-style": "dash", + "doctype-first": true, + "doctype-html5": true, + "fig-req-figcaption": true, + "html-valid-content-model": false, + "id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)", + "id-class-style": "dash", + "img-req-alt": false, + "indent-style": "spaces", + "indent-width": 2, + "spec-char-escape": false, + "tag-bans": ["b", "i"], + "title-max-len": false +} -- cgit v1.2.3