Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Dec 6, 2022
1 parent 85607ed commit 93e7e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ 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': [
Expand Down
1 change: 1 addition & 0 deletions tests/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'isomorphic-fetch';
// eslint-disable-next-line
import { TextDecoder } from 'util';

// not sure why this is a type mismatch and has to be type cast to any...?
Expand Down

0 comments on commit 93e7e6c

Please sign in to comment.