There was an error while loading. Please reload this page.
1 parent 0a81775 commit bd107d6Copy full SHA for bd107d6
eslint.config.mjs
@@ -7,4 +7,4 @@ export default unjs({
7
"unicorn/no-null": 0,
8
"unicorn/prevent-abbreviations": 0
9
},
10
-});
+});
src/_types.d.ts
@@ -1,6 +1,5 @@
1
type EnvObject = Record<string, string | undefined>;
2
3
-/* eslint-disable no-var */
4
declare global {
5
var EdgeRuntime: undefined | unknown;
6
var Netlify: undefined | unknown;
0 commit comments