Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 339 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 339 Bytes

@mondago/eslint-config-react

Mondago's base ESLint config for React projects.

Installation

Add the package to your project as a dev dependency.

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

Create an .eslintrc file and include "@mondago/react" in the extends array.

{
  "extends": ["@mondago/react"]
}