Skip to content

Commit dc7476f

Browse files
committed
Enable react/prop-types eslint rule
1 parent 4ee6b03 commit dc7476f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rules:
4040
react/no-did-update-set-state: 0
4141
react/no-multi-comp: 2
4242
react/no-unknown-property: 2
43-
react/prop-types: 0
43+
react/prop-types: 1
4444
react/react-in-jsx-scope: 2
4545
react/require-extension: [1, { extensions: [.js, .jsx] }]
4646
react/self-closing-comp: 2

0 commit comments

Comments
 (0)