1.0.3 • Published 2 years ago

@yago.gif/eslint-config-react v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

eslint-config-react

ESLint configuration for React Project.

How to install

Run the following command to install the project's config:

npx install-peerdeps --dev @yago.gif/eslint-config-react

How to use

To configure ESLinter and Prettier you can add to your package.json

"eslintConfig": {
  "extends": "@yago.gif/eslint-config-react",
},
"prettier": "@yago.gif/prettier-config"