chore: add Buffer to eslint

This commit is contained in:
KernelDeimos 2024-07-07 17:03:34 -04:00 committed by Eric Dubé
parent edc5743a61
commit 2a91edb965

View File

@ -55,6 +55,9 @@ export default [
globals: {
...globals.browser,
...globals.commonjs,
// Weird false positives
"Buffer": true,
// Puter Common
"puter": true,
"i18n": true,
"html_encode": true,