1.0.0 • Published 2 years ago

@thiago_brolly/eslint-config-b v1.0.0

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

Thiago_Brolly ESLint config

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y 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.