Jpom/web-vue/.eslintrc-global-import.json
2024-03-04 13:39:32 +08:00

18 lines
308 B
JSON

{
"globals": {
"$confirm": true,
"$error": true,
"$info": true,
"$message": true,
"$notification": true,
"$success": true,
"$warning": true,
"appStore": true,
"guideStore": true,
"jpomWindow": true,
"route": true,
"router": true,
"userStore": true
}
}