1.0.8 • Published 1 year ago

@crnvl96/eslint-config-react v1.0.8

Weekly downloads
-
License
IMIT
Repository
-
Last release
1 year ago

ESLint config React

Usage

npm i -D eslint @crnvl96/eslint-config-react

Create a .eslintrc.json file and add the following content to it:

{
  "extends": "@crnvl96/eslint-config-react"
}