Last eslint tweak (#18198)

* Should be there now

* Format
This commit is contained in:
Rijk van Zanten
2023-04-14 17:40:50 -04:00
committed by GitHub
parent 37658802b7
commit c48309ab68
293 changed files with 1627 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ export function generateRouter(routes: RouteRecordRaw[]) {
history: createWebHistory(),
routes,
});
return router;
}