0.0.2 • Published 4 years ago

ajsr-eslint-config-react v0.0.2

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

eslint-config-react

ESLint, Prettier and Airbnb style guide in React JS projects.

Quick start

1 Use yarn or npm to install dependencies:

yarn add ajsr-eslint-config-react eslint --dev
npm i ajsr-eslint-config-react eslint --save-dev

2 In a new file .eslintrc.json set this ESLint configuration:

{
    "extends": [
        "ajsr-eslint-config-react"
    ]
}

Needed VSCode extensions

Interesting stuff to read

License

MIT licensed.