@zlph/eslint-config-react-app
v0.1.0
Published
This package includes the shareable ESLint configuration extended by [Airbnb ESLint config](https://github.com/airbnb/javascript).
Readme
eslint-config-react-app
This package includes the shareable ESLint configuration extended by Airbnb ESLint config.
Usage
First, install this package
npx install-peerdeps --dev @zlph/eslint-config-react-appThen create a file named .eslintrc.json with following contents in the root folder of your project:
{
"extends": "@zlph/eslint-config-react-app"
}