1.1.0 • Published 12 months ago

@ist-group/eslint-config-react-dom v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@ist-group/eslint-config-react-dom

ESLint config for React Dom projects.

Installation

yarn add -D @ist-group/eslint-config-react-dom

Then extend the config in your .eslintrc file.

{
  "extends": "@ist-group/eslint-config-react-dom"
}