@khromove/eslint-config-javascript-react
v3.0.0
Published
A react config for eslint
Downloads
8
Readme
ESLint React Config
React
- Install the correct versions of each package, which are listed by the command:
npm info "@khromove/eslint-config-javascript-react" peerDependencies- Install all dependecies:
npx install-peerdeps --dev @khromove/eslint-config-javascript-react- Add next line to your
.eslintrc:
{
"extends": "@khromove/eslint-config-javascript-react"
}