eslint-config-react-strong

2.4.0 • Public • Published

eslint-config-react-strong

npm-version npm-downloads

GitHub Followers Twitter Follow

ESLint strong (strict) config for React and React Native development.

Quick start

Installation

yarn

yarn add -D eslint@8.57.0 eslint-config-react-strong

npm

npm install --save-dev eslint@8.57.0 eslint-config-react-strong

Usage

Add "react-strong" to the "extends" array in your .eslintrc.* file. Make sure to put it last, so it gets the chance to override other configs.

{
  "extends": [
    "...",
    "react-strong"
  ]
}

Other configs

Plugins included in this project

/eslint-config-react-strong/

    Package Sidebar

    Install

    npm i eslint-config-react-strong

    Weekly Downloads

    10

    Version

    2.4.0

    License

    MIT

    Unpacked Size

    10.6 kB

    Total Files

    4

    Last publish

    Collaborators

    • svbutko