0.1.3 • Published 3 years ago

eslint-config-korus v0.1.3

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

eslint-config-korus

This package provides Korus's .eslintrc as an extensible shared config.

Usage

Install package:

npm install --save-dev eslint-config-korus

Extend your config .eslintrc

If you only want to use the basic configuration:

{
  "extends": [
    "eslint-config-korus"
  ]
}

If you want to use config for react:

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