From 7dfea6899d66bcb8c1a7171c29cc9ee0141de721 Mon Sep 17 00:00:00 2001 From: Dustin Walker <> Date: Tue, 21 Feb 2023 23:22:38 -0500 Subject: Validation rules and adherence --- .htmlvalidate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .htmlvalidate.json (limited to '.htmlvalidate.json') 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 -- cgit v1.2.3