@kamataryo/eslint-config-standard

0.0.2 • Public • Published

@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"

Readme

Keywords

Package Sidebar

Install

npm i @kamataryo/eslint-config-standard

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • kamataryo