0.1.3 • Published 11 months ago

@pandora-box/eslint-config-react v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Eslint React Config

Installation

npm install -D @pandora-box/eslint-config-react

Setup

Add the following code to your .eslintrc file:

{
  "extends": ["@pandora-box/react"]
}