diff options
author | Dustin Walker <> | 2023-02-21 23:22:38 -0500 |
---|---|---|
committer | Dustin Walker <> | 2023-02-21 23:22:38 -0500 |
commit | 7dfea6899d66bcb8c1a7171c29cc9ee0141de721 (patch) | |
tree | 32054d696c38c4477fd2ebaf746209bc03bac2c8 /.htmlvalidate.json | |
parent | 1fcb816b8f05bc7080a8fffce2b59407388055e9 (diff) |
Validation rules and adherence
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 |