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';