@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"
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.8
    0
    • latest

Version History

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