From f047e318394302ff2d9cd829275871c76cf0d85f Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 6 Dec 2022 14:31:19 -0600 Subject: [PATCH] ignore lint --- .eslintrc.js | 1 - tests/setup.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0e6e1fa34b3..8a72f7c429d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,7 +70,6 @@ module.exports = { 'no-negated-condition': 'off', 'no-new': 'off', 'no-param-reassign': 'off', - 'node/prefer-global/text-decoder': 'off', radix: 'off', 'require-atomic-updates': 'off', 'jsdoc/match-description': [ diff --git a/tests/setup.ts b/tests/setup.ts index 3ae380be5ef..b1e55705257 100644 --- a/tests/setup.ts +++ b/tests/setup.ts @@ -1,4 +1,5 @@ import 'isomorphic-fetch'; +// ignores @typescript-eslint/no-shadow // eslint-disable-next-line import { TextDecoder } from 'util';