Skip to content

Commit

Permalink
enable no-var rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Apr 4, 2024
1 parent d2da67e commit 54f56b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const temporarilyDisabledRules = {
'@typescript-eslint/no-var-requires': 'off',
'no-constant-condition': 'off',
'no-undef': 'off',
'no-var': 'off',
'prefer-const': 'off'
};

Expand Down
1 change: 1 addition & 0 deletions src/lib/globals.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-var */
import { Buffer } from 'buffer';
import * as process from 'process';
import { TextDecoder, TextEncoder } from 'text-encoding';
Expand Down

0 comments on commit 54f56b4

Please sign in to comment.