From dfe04245352441bdae9e1c0d9a43d3912e825c0d Mon Sep 17 00:00:00 2001 From: reiyua Date: Mon, 15 Jul 2024 01:19:53 +1000 Subject: [PATCH] VS code ignoring certain errors --- .hintrc | 8 ++++++++ contact.html | 1 - index.html | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .hintrc diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..78629df --- /dev/null +++ b/.hintrc @@ -0,0 +1,8 @@ +{ + "extends": [ + "development" + ], + "hints": { + "axe/forms": "off" + } +} \ No newline at end of file diff --git a/contact.html b/contact.html index aea6869..f8d0977 100644 --- a/contact.html +++ b/contact.html @@ -18,7 +18,6 @@ Home About Contact - Projects

reiyua

diff --git a/index.html b/index.html index 43586d4..74f1732 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,6 @@ Home About Contact - Projects

reiyua