diff options
Diffstat (limited to '.htmlvalidate.json')
-rw-r--r-- | .htmlvalidate.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.htmlvalidate.json b/.htmlvalidate.json new file mode 100644 index 0000000..c98a9c5 --- /dev/null +++ b/.htmlvalidate.json @@ -0,0 +1,7 @@ +{ + "extends": ["html-validate:recommended"], + "rules": { + "void-style": ["error", {"style": "selfclosing"}] + } +} +
\ No newline at end of file |