mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
16 lines
247 B
Plaintext
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"
|
||
|
}
|
||
|
}
|