We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fromBase64
1 parent 173304d commit a1193f1Copy full SHA for a1193f1
5 files changed
eslint.config.mjs
@@ -11,6 +11,9 @@ export default ts.config(
11
files: ['**/*.ts', '**/*.tsx'],
12
languageOptions: {
13
parser: tsParser,
14
+ globals: {
15
+ BufferEncoding: 'readonly',
16
+ },
17
},
18
19
{ ignores: ['dist/', '**/*.js'] },
0 commit comments