0.2.0 • Published 3 months ago

@nerkarso/eslint-config v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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"]
}
0.2.0

3 months ago

0.1.1

6 months ago

0.1.0

6 months ago