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 435dbf5Copy full SHA for 435dbf5
5 files changed
eslint.config.mjs
@@ -14,5 +14,10 @@ export default ts.config(
14
},
15
16
{ ignores: ['dist/', '**/*.js'] },
17
+ {
18
+ globals: {
19
+ BufferEncoding: 'readonly',
20
+ },
21
22
prettierRecommended,
23
);
0 commit comments