eslint: Allow Deno global

74844d5989c232f30557c41b9e9df068ffb0c09d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Showing whitespace changes
.eslintrc.cjs+1 -0
@@ -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 {