0.5.0-alpha.4 • Published 2 years ago

@dullaghan/eslint-config-react v0.5.0-alpha.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@dullaghan/eslint-config-react

Shared eslint config for React based projects

Usage

Install this package as a dev dependency

yarn add -D @dullaghan/eslint-config-react

Add an .eslintrc.json file to the root of your project with the following

{
  "extends": ["@dullaghan/eslint-config-react"]
}