kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Fixed typo causing eslint warning #148

Closed Charca closed 6 years ago

Charca commented 6 years ago

Just creating a new project and running npm start causes ESLint to complain about a missing rel="noopener noreferrer" prop in one of the anchor tags. This is because there was a typo in App.js (was using ref instead of rel).

Screenshot:

Demo