@ist-group/eslint-config-react-dom
v1.1.0
Published
Eslint config for React dom projects
Readme
@ist-group/eslint-config-react-dom
ESLint config for React Dom projects.
Installation
yarn add -D @ist-group/eslint-config-react-domThen extend the config in your .eslintrc file.
{
"extends": "@ist-group/eslint-config-react-dom"
}