소스 검색

Turn off react/prop-types

Leszek Wiesner 4 년 전
부모
커밋
e4e5cd411d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pioneer/.eslintrc.js

+ 1 - 0
pioneer/.eslintrc.js

@@ -13,5 +13,6 @@ module.exports = {
     ...base.rules,
     '@typescript-eslint/no-explicit-any': 'off',
     '@typescript-eslint/camelcase': 'off',
+    "react/prop-types": "off"
   }
 };