1.1.0 • Published 6 years ago

@workast/eslint-config-node v1.1.0

Weekly downloads
121
License
Apache-2.0
Repository
bitbucket
Last release
6 years ago

Workast Eslint Config for NodeJs

Requirements

  • Node >= 8.0.0
  • Eslint >= 4.9.0

Installation

Install the package as a dev dependency along with its peer dependencies

$ npm install eslint eslint-plugin-import @workast/eslint-config-node --save-dev

Extend it in your .eslintrc.json config file

{
  "extends": "@workast/eslint-config-node"
}

If your project is based on react, then use it like this:

Extend it in your .eslintrc.json config file

{
  "extends": "@workast/eslint-config-node/react"
}
1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago