1.0.0 • Published 1 year ago

hubees-eslint v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Hubees ESLint config

Whats included?

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

Setup

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

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