1.0.3 • Published 2 years ago

@guararapes/eslint-config v1.0.3

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

Guararapes 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 @guararapes/eslint-config

or

yarn add -D eslint @guararapes/eslint-config

2. Create a .eslintrc.json file extending the config:

{
  "extends": "@guararapes/eslint-config/react"
}

3. Reload VSCode