@yago.gif/eslint-config-react
v1.0.3
Published
A package with eslint and prettier for react environment
Readme
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-reactHow 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"