8.0.0 • Published 4 years ago

@atomix/eslint-config-react v8.0.0

Weekly downloads
78
License
-
Repository
github
Last release
4 years ago

Atomix ESLint Config

React

  1. Install the correct versions of each package, which are listed by the command:
npm info "@atomix/eslint-config-react" peerDependencies
  1. Install all dependecies:
npx install-peerdeps --dev @atomix/eslint-config-react
  1. Add next line to your .eslintrc:
{
  "extends": "@atomix/eslint-config-react"
}