eslint: Allow Deno global

74844d5989c232f30557c41b9e9df068ffb0c09d

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

1 files changed, +1 -0Ignore whitespace
.eslintrc.cjs+1 -0
@@ -21,6 +21,7 @@ module.exports = {
2121 },
2222 globals: {
2323 globalThis: 'readonly',
24+ Deno: 'readonly',
2425 },
2526 },
2627 {