@diego-rangel/eslint-config

1.1.4 • Public • Published

Diego Rangel 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 @diego-rangel/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@diego-rangel/eslint-config/react"
}

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

/@diego-rangel/eslint-config/

    Package Sidebar

    Install

    npm i @diego-rangel/eslint-config

    Weekly Downloads

    0

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    4.79 kB

    Total Files

    4

    Last publish

    Collaborators

    • diego-rangel