2.0.0 • Published 2 years ago

@pedrocs378/eslint-config v2.0.0

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

ESLint Config

Setup

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