CyberExam2-front/.hintrc
2024-11-06 23:06:06 +08:00

14 lines
169 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"axe/structure": [
"default",
{
"list": "off",
"listitem": "off"
}
]
}
}