@devxperience/eslint-config

1.2.9 • Public • Published

Devxperience ESLint config

Whats included?

  • Airbnb config base;
  • React plugin;
  • React Hooks plugin;
  • Import helpers plugin;
  • Unused imports plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

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

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

/@devxperience/eslint-config/

    Package Sidebar

    Install

    npm i @devxperience/eslint-config

    Weekly Downloads

    32

    Version

    1.2.9

    License

    MIT

    Unpacked Size

    7.32 kB

    Total Files

    5

    Last publish

    Collaborators

    • devxperience