Explorar o código

chore: add Buffer to eslint

KernelDeimos hai 10 meses
pai
achega
2a91edb965
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      eslint.config.js

+ 3 - 0
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,