Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use published version of eslint-config-react-app for development
We dogfood on our eslint-config-react-app by using it as our ESLint config, but installing it from the local folder causes problems when its peerDependencies are updated, because npm won't update it unless the version number changes. Use the published version for dogfooding so it can be installed from npm.
- Loading branch information