소스 검색

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,