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 = {
4747 'react/no-unused-prop-types' : 1 , // Prevent definitions of unused prop types
4848 'react/prefer-es6-class' : 0 , // Enforce ES5 or ES6 class for React Components
4949 '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
5151 'react/react-in-jsx-scope' : 1 , // Prevent missing React when using JSX,
5252 'react/require-default-props' : 1 , // Enforce a defaultProps definition for every prop that is not a required prop
5353 'react/require-optimization' : 0 , // Enforce React components to have a shouldComponentUpdate method
You can’t perform that action at this time.
0 commit comments