1.0.3 • Published 2 years ago

@fxliperibeiro/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@fxliperibeiro ESLint config

Setup

  1. Install the dependencies
npm i -D eslint @fxliperibeiro/eslint-config
  1. Create a .eslintrc.json file extending the config:

React:

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

Node:

{
   "extends": "@rocketseat/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.