소스 검색

eslint配置增加

刘洋 1 년 전
부모
커밋
58c9d5be19
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -18,6 +18,7 @@ module.exports = {
     "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
     "@typescript-eslint/no-explicit-any": "off",
     "@typescript-eslint/no-var-requires": "off",
+    "@typescript-eslint/explicit-module-boundary-types": "off",
     "no-var-requires": "off",
     "no-console": "off",
   },