From 7894779094faca91530c0e02084e2e6ab2ab4642 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 19 Jan 2024 14:33:45 +0100 Subject: [PATCH] chore: Remove `_log` from eslint --- package/.eslintrc.js | 3 --- package/example/tsconfig.json | 1 - 2 files changed, 4 deletions(-) diff --git a/package/.eslintrc.js b/package/.eslintrc.js index 7b6e28e..7372855 100644 --- a/package/.eslintrc.js +++ b/package/.eslintrc.js @@ -85,7 +85,4 @@ module.exports = { env: { node: true, }, - globals: { - _log: 'readonly', - }, } diff --git a/package/example/tsconfig.json b/package/example/tsconfig.json index 30ffd15..404882e 100644 --- a/package/example/tsconfig.json +++ b/package/example/tsconfig.json @@ -1,4 +1,3 @@ - { "extends": "../tsconfig", "compilerOptions": {