@nerkarso/eslint-config

0.2.0 • Public • Published

eslint-config

ESLint configuration.

Installation

npm install -D @nerkarso/eslint-config

Usage

Add it to the extends property in your package.json file:

{
  "eslintConfig": {
    "extends": [
      "@nerkarso/eslint-config/react"
    ]
  }
}

Or in your .eslintrc.json file:

{
  "extends": ["@nerkarso/eslint-config/react"]
}

Readme

Keywords

Package Sidebar

Install

npm i @nerkarso/eslint-config

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

1.42 kB

Total Files

6

Last publish

Collaborators

  • nerkarso