Jpom/web-vue/.eslintrc-global-import.json

18 lines
308 B
JSON
Raw Normal View History

2024-03-04 13:39:32 +08:00
{
"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
}
}