14 lines
170 B
Plaintext
Raw Normal View History

2022-09-29 19:33:00 +08:00
{
"extends": [
"development"
],
"hints": {
"axe/forms": [
"default",
{
"label": "off"
}
],
"no-inline-styles": "off"
2022-09-29 19:33:00 +08:00
}
}