eslint: Allow Deno global

This commit is contained in:
Cohee
2024-10-18 11:33:37 +00:00
parent 8d3efcf83d
commit 74844d5989

View File

@ -21,6 +21,7 @@ module.exports = {
}, },
globals: { globals: {
globalThis: 'readonly', globalThis: 'readonly',
Deno: 'readonly',
}, },
}, },
{ {