AutoExpress / .hintrc
damientheodore's picture
AutoExpress Docker version 1.0
424f388
raw
history blame contribute delete
343 Bytes
{
"extends": [
"development"
],
"hints": {
"axe/name-role-value": [
"default",
{
"button-name": "off"
}
],
"axe/forms": [
"default",
{
"label": "off"
}
]
},
"browserslist": [
"defaults",
"not ie 11",
"not ios_saf <= 18",
"not safari <= 18"
]
}