@zlph/eslint-config-react-app

This package includes the shareable ESLint configuration extended by Airbnb ESLint config.

Usage no npm install needed!

<script type="module">
  import zlphEslintConfigReactApp from 'https://cdn.skypack.dev/@zlph/eslint-config-react-app';
</script>

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-app

Then create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "@zlph/eslint-config-react-app"
}