1.0.0 • Published 2 years ago

@andyalmeida/eslint-config v1.0.0

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

ESLint Config

Setup

  1. Install the dependencies
npm i -D eslint @rocketseat/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@rocketseat/eslint-config/react"
}