eslint: Allow Deno global
| @@ -21,6 +21,7 @@ module.exports = { | |||
| 21 | }, | 21 | }, |
| 22 | globals: { | 22 | globals: { |
| 23 | globalThis: 'readonly', | 23 | globalThis: 'readonly', |
| 24 | Deno: 'readonly', | ||
| 24 | }, | 25 | }, |
| 25 | }, | 26 | }, |
| 26 | { | 27 | { |
| @@ -21,6 +21,7 @@ module.exports = { | |||
| 21 | }, | 21 | }, |
| 22 | globals: { | 22 | globals: { |
| 23 | globalThis: 'readonly', | 23 | globalThis: 'readonly', |
| 24 | Deno: 'readonly', | ||
| 24 | }, | 25 | }, |
| 25 | }, | 26 | }, |
| 26 | { | 27 | { |