1.0.0 • Published 1 year ago

@12peanuts/eslint-config-react v1.0.0

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

@12peanuts/eslint-config-react

Shared ESLint configuration for React/ReactNative projects.

Installation

Using npm:

$ npm install --save-dev @12peanuts/eslint-config-react

Using yarn:

$ yarn add --dev @12peanuts/eslint-config-react

Configuration

Then, extend @12peanuts/eslint-config-react in your .eslintrc:

{
    "extends": "@12peanuts/eslint-config-react"
}