VS code ignoring certain errors

This commit is contained in:
Ray 2024-07-15 01:19:53 +10:00
parent 58b680e8b0
commit dfe0424535
3 changed files with 8 additions and 2 deletions

8
.hintrc Normal file
View File

@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"axe/forms": "off"
}
}

View File

@ -18,7 +18,6 @@
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="contact.html">Contact</a>
<a href="#" class="right">Projects</a>
</div>
<div class="header">
<h1>reiyua</h1>

View File

@ -19,7 +19,6 @@
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="contact.html">Contact</a>
<a href="#" class="right">Projects</a>
</div>
<div class="header">
<h1>reiyua</h1>