mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
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