DailyHotApi/.hintrc

13 lines
229 B
Plaintext
Raw Normal View History

2023-03-14 08:04:10 +00:00
{
"extends": [
"development"
],
"hints": {
"meta-viewport": "off",
"disown-opener": "off",
"button-type": "off",
"axe/aria": "off",
"no-inline-styles": "off",
"axe/text-alternatives": "off"
}
}