소스 검색

meta: ignore `require-default-props` lint rule for function components (#5253)

Antoine du Hamel 10 달 전
부모
커밋
287764f3de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -93,7 +93,7 @@ module.exports = {
     'react/prefer-stateless-function': 'error',
     'react/require-default-props': ['error', {
       forbidDefaultForRequired: true,
-      functions: 'defaultArguments',
+      functions: 'ignore',
     }],
     'react/sort-comp': 'error',
     'react/static-property-placement': 'off',