Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KalamPinjar committed Apr 14, 2024
1 parent 63be9e6 commit 51ffbc6
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"extends": [
"development"
],
"hints": {
"axe/forms": [
"default",
{
"label": "off"
}
],
"meta-viewport": "off",
"axe/name-role-value": [
"default",
{
"link-name": "off"
}
],
"axe/structure": [
"default",
{
"list": "off",
"definition-list": "off"
}
],
"no-inline-styles": "off",
"button-type": "off",
"axe/language": [
"default",
{
"html-has-lang": "off"
}
]
}
}

0 comments on commit 51ffbc6

Please sign in to comment.