Files
cool-admin/cool-admin-vue/.hintrc
eibons 49ac45ca05 init
2025-08-15 20:58:57 +08:00

16 lines
247 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"meta-viewport": "off",
"axe/text-alternatives": [
"default",
{
"document-title": "off"
}
],
"disown-opener": "off",
"css-prefix-order": "off"
}
}