chore: Remove _log from eslint

This commit is contained in:
Marc Rousavy
2024-01-19 14:33:45 +01:00
parent b5d039b470
commit 7894779094
2 changed files with 0 additions and 4 deletions

View File

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

View File

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