1.0.1 • Published 1 year ago

@caricati/eslint-config-react v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Caricati Eslint Config

install

npm install --save-dev @caricati/eslint-config-react

Usage

Create the .eslintrc file on the root path of your project, and add the @caricati/eslint-config-react extension:

{
  "extends": "@caricati/eslint-config-react"
}