0.0.2 • Published 6 years ago

@kamataryo/eslint-config-standard v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@kamataryo/eslint-config-standard

Build Status

npm (scoped) downloads

Dependency Status devDependency Status

License: MIT

My ESLint configuration for Node.js project.

stacks

  • ESNext syntax with babel
  • Testing with mocha and chai
  • NODE_PATH to /src

install

$ npm install eslint @kamataryo/eslint-config-standard --save-dev

usage

// .eslintrc.js
module.exports = {
  extends: ['@kamataryo/eslint-config-standard']
}

deployment (for commiters)

$ npm version patch -m "your patch update"
$ npm version minor -m "your minor update"
$ npm version major -m "your major update"