0.3.2 • Published 23 days ago

@yonycalsin/eslint-config-react v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

@yonycalsin/eslint-config-react

Installation

# Using npm
npm install --save @yonycalsin/eslint-config-typescript @yonycalsin/eslint-config-react

# Using yarn
yarn add @yonycalsin/eslint-config-typescript @yonycalsin/eslint-config-react

Usage

eslintrc.js

{
  "root": true,
  "extends": ["@yonycalsin/typescript", "@yonycalsin/react"],
  "parserOptions": {
    "project": "./tsconfig.json",
  },
}

Stay in touch

License

@yonycalsin/eslint-config-react under License.