瀏覽代碼

chore: add Buffer to eslint

KernelDeimos 10 月之前
父節點
當前提交
2a91edb965
共有 1 個文件被更改,包括 3 次插入0 次删除
  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,