### Can you reproduce the problem with npm 4.x? Yes. ### Have you read the Troubleshooting section and searched the User Guide? Yes. ### Environment <!-- Please fill in all the relevant fields by running these commands in terminal. --> ``` $ node -v v8.1.2 $ npm -v 5.0.3 ``` Then, specify: 1. Operating system: Ubuntu 16.04 ### Steps to Reproduce 1. Install `eslint-config-react-app` 2. Console shows warning ### Expected Behavior No warnings. ### Actual Behavior ``` 2:1 warning Definition for rule 'jsx-a11y/href-no-hash' was not found jsx-a11y/href-no-hash ```