diff --git a/eslint.config.js b/eslint.config.js index 748b1db4..269ef63b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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,