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": {