0.3.0 • Published 5 years ago

@nodertc/eslint-config v0.3.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

@nodertc/eslint-config

npm node license downloads

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

Usage

1.

npm i -D @nodertc/eslint-config eslint@5 prettier@1
  1. Add "extends":"@nodertc" to your .eslintrc.

Or to your package.json file:

{
  "eslintConfig": {
    "extends":"@nodertc"
  }
}

License

MIT, 2018 © Dmitriy Tsvettsikh