@gabpires/eslint-config

1.3.2 • Public • Published

Whats included?

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

Setup

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @gabpires/eslint-config

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

6.89 kB

Total Files

7

Last publish

Collaborators

  • gabripires