1.0.3 • Published 11 months ago

bkuste2-eslint-react v1.0.3

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

Bkuste2 Eslint Config React

Contains

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

Setup

1. Install the dependencies

npm i bkuste2-eslint-react

or

yarn add bkuste2-eslint-react

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

{
  "extends": "add bkuste2-eslint-react"
}

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