1.2.0 • Published 11 months ago

@thilourenco/eslint-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

eslint-config

Config ESlint

Setup

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

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