Browse Source

chore: add Buffer to eslint

KernelDeimos 10 tháng trước cách đây
mục cha
commit
2a91edb965
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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,