eslint: Allow Deno global
This commit is contained in:
@@ -21,6 +21,7 @@ module.exports = {
|
||||
},
|
||||
globals: {
|
||||
globalThis: 'readonly',
|
||||
Deno: 'readonly',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user