Skip to content

Commit

Permalink
vendor should add product
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyShimwa authored and ambroisegithub committed Jul 19, 2024
1 parent 8565693 commit dac04f1
Show file tree
Hide file tree
Showing 23 changed files with 2,871 additions and 1,666 deletions.
16 changes: 15 additions & 1 deletion .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
"development"
],
"hints": {
"no-inline-styles": "off"
"no-inline-styles": "off",
"button-type": "off",
"axe/forms": [
"default",
{
"label": "off",
"select-name": "off"
}
],
"axe/name-role-value": [
"default",
{
"button-name": "off"
}
]
}
}
Loading

0 comments on commit dac04f1

Please sign in to comment.