@bloomprotocol/eslint-config-react

1.0.0 • Public • Published

React ESLint Config

Bloom's Base React ESLint Configuration

Installation

npm install --save-dev @bloomprotocol/eslint-config-react

For greater flexibility eslint dependencies are peer dependencies so you must install them yourself

npm install --save-dev @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks prettier

Usage

// .eslintrc.js

module.exports = {
  extends: ["@bloomprotocol/eslint-config-react"]
};

/@bloomprotocol/eslint-config-react/

    Package Sidebar

    Install

    npm i @bloomprotocol/eslint-config-react

    Weekly Downloads

    3

    Version

    1.0.0

    License

    Apache-2.0

    Unpacked Size

    2.73 kB

    Total Files

    7

    Last publish

    Collaborators

    • djvs