Getting the 'propTypes' is not defined no-undef
I have found that the issue is because of ESLint version 4.* And we have to change it to ESLint version 3.* .
I have created my react app by using the create-react-app which installs the webpack , ESLint and babel by default .
I am not sure how to install the ESLint version 3.* and remove the current version .