@bookmate/eslint-config-bookmate-react

1.1.0 • Public • Published

eslint-config-bookmate-react

Bookmate's base eslint config for React apps

Usage

Install module via NPM or yarn:

npm install @bookmate/eslint-config-bookmate-react yarn add @bookmate/eslint-config-bookmate-react

Create a similar .eslintrc.js file in the root of your project:

require('@bookmate/eslint-config-bookmate-react/patch');

module.exports = {
  extends: ['@bookmate/eslint-config-bookmate-react'],
  // Extend the base config as much as you wish
};

/@bookmate/eslint-config-bookmate-react/

    Package Sidebar

    Install

    npm i @bookmate/eslint-config-bookmate-react

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    13.4 kB

    Total Files

    15

    Last publish

    Collaborators

    • andorn
    • bookmate-npm