1.2.0 • Published 4 years ago

@marcneander/eslint-config-react v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-config-react

Install

yarn add --dev @marcneander/eslint-config-react

Usage

Edit .eslintrc.js

module.exports = {
    extends: [
        '@marcneander/react'
    ],
    ...
}

or in package.json

"eslintConfig": {
    "extends": "@marcneander/react"
}