@drmikecrowe/eslint-config-react

0.3.8 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js

Usage

Install

$ npm i @drmikecrowe/eslint-config-react -D
# OR
$ yarn add @drmikecrowe/eslint-config-react -D

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@drmikecrowe/react'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@drmikecrowe/react"
    }
}

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @drmikecrowe/eslint-config-react

    Weekly Downloads

    0

    Version

    0.3.8

    License

    MIT

    Unpacked Size

    6.21 kB

    Total Files

    5

    Last publish

    Collaborators

    • drmikecrowe