1.1.1 • Published 2 years ago

@thiago_brolly/eslint-config v1.1.1

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

Thiago Brolly ESLint config

Whats included?

  • Airbnb config base;
  • React plugin;
  • React Hooks plugin;
  • Prettier;

Setup

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

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