diff options
Diffstat (limited to '.htmlvalidate.json')
-rw-r--r-- | .htmlvalidate.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.htmlvalidate.json b/.htmlvalidate.json new file mode 100644 index 00000000..bb3c5221 --- /dev/null +++ b/.htmlvalidate.json @@ -0,0 +1,18 @@ +{ + "root": true, + "extends": [ + "html-validate:recommended" + ], + "rules": { + "element-required-attributes": "off", + "element-permitted-content": "off", + "text-content": "off", + "void-style": ["error", {"style": "omit"}], + "empty-heading": "off", + "wcag/h30": "off", + "no-inline-style": "off" + }, + "elements": [ + "html5" + ] +}
\ No newline at end of file |