mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
adds eslint
This commit is contained in:

committed by
Geoff Seemueller

parent
9698fc6f3b
commit
02c3253343
@@ -1,6 +1,6 @@
|
||||
import type { Config } from "vike/types";
|
||||
import type { Config } from 'vike/types';
|
||||
|
||||
// https://vike.dev/config
|
||||
export default {
|
||||
passToClient: ["pageProps", "urlPathname"],
|
||||
passToClient: ['pageProps', 'urlPathname'],
|
||||
} satisfies Config;
|
||||
|
Reference in New Issue
Block a user