2.0.0 • Published 1 year ago

@pedrocs378/eslint-config v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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"
}