chore: Remove _log from eslint

This commit is contained in:
Marc Rousavy 2024-01-19 14:33:45 +01:00
parent b5d039b470
commit 7894779094
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321
2 changed files with 0 additions and 4 deletions

View File

@ -85,7 +85,4 @@ module.exports = {
env: { env: {
node: true, node: true,
}, },
globals: {
_log: 'readonly',
},
} }

View File

@ -1,4 +1,3 @@
{ {
"extends": "../tsconfig", "extends": "../tsconfig",
"compilerOptions": { "compilerOptions": {