@homecareassistance/eslint-config-hca-react
v0.0.1
Published
ESLint configs for React projects
Readme
eslint-config-hca-react
Homecareassistance ESLint / Prettier configuration for React projects
Installing
- In your project folder, run:
npm i -D eslint-config-hca-react # or yarn add --dev eslint-config-hca-react
npx install-peerdeps --dev eslint-config-hca-react- You will see several dependencies were installed. Now, create (or update) a
.eslintrcfile with the following content:
{
'extends': [
'eslint-config-hca-react'
]
}- Copy the .prettierrc file from this repository into your project folder
