File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
47
47
'react/no-unused-prop-types' : 1 , // Prevent definitions of unused prop types
48
48
'react/prefer-es6-class' : 0 , // Enforce ES5 or ES6 class for React Components
49
49
'react/prefer-stateless-function' : 1 , // Enforce stateless React Components to be written as a pure function
50
- 'react/prop-types' : 0 , // Prevent missing props validation in a React component definition
50
+ 'react/prop-types' : 1 , // Prevent missing props validation in a React component definition
51
51
'react/react-in-jsx-scope' : 1 , // Prevent missing React when using JSX,
52
52
'react/require-default-props' : 1 , // Enforce a defaultProps definition for every prop that is not a required prop
53
53
'react/require-optimization' : 0 , // Enforce React components to have a shouldComponentUpdate method
You can’t perform that action at this time.
0 commit comments