An ESLint configuration preset that combines eslint-config-airbnb, eslint-config-prettier, and related plugins for a React + Prettier setup. Current version 0.0.24. Low maintenance; last updated in 2019. Key differentiator: simple one-line extend and peer dependency auto-install via install-peerdeps. Not recommended for new projects; consider eslint-config-airbnb with eslint-config-prettier separately.
npm install eslint-config-prettier-reactVerified import paths — ran on the pinned version, not inferred.
Shows how to configure ESLint with the preset and add lint scripts to package.json.
Use `npx install-peerdeps --dev eslint-config-prettier-react` or manually install all peer deps.
Consider using eslint-config-airbnb with eslint-config-prettier directly.
Delete the eslintConfig field from package.json when using an .eslintrc file.
Run `npx install-peerdeps --dev eslint-config-prettier-react`.
Install the missing peer dep: `npm install --save-dev eslint-plugin-react`.
Remove one of them, e.g., delete the eslintConfig from package.json.