1.2.1 • Published 2 years ago

@oigabrielteodoro/eslint-config v1.2.1

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

What is included?

  • Standard config base;
  • React hooks plugin;
  • React plugin;
  • Prettier;
  • JSX a11y plugin;

How to use

  1. Install dependency
yarn add eslint @oigabrielteodoro/eslint-config -D
  1. Add extends in your file eslint config (Ex: .eslintrc.json)
{
  "extends": "@oigabrielteodoro/eslint-config/react"
}