2022-09-21 17:30:39 +08:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"development"
|
|
|
|
],
|
|
|
|
"hints": {
|
|
|
|
"axe/forms": [
|
|
|
|
"default",
|
|
|
|
{
|
|
|
|
"label": "off"
|
|
|
|
}
|
2022-09-21 18:35:54 +08:00
|
|
|
],
|
|
|
|
"axe/text-alternatives": [
|
|
|
|
"default",
|
|
|
|
{
|
|
|
|
"image-alt": "off"
|
|
|
|
}
|
|
|
|
],
|
2022-09-23 10:17:21 +08:00
|
|
|
"no-inline-styles": "off",
|
|
|
|
"compat-api/css": "off"
|
2022-09-21 17:30:39 +08:00
|
|
|
}
|
|
|
|
}
|