2.1.0 • Published 8 years ago

eslint-config-rentpath v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

eslint-config-rentpath

Commitizen friendly semantic-release

RentPath’s extensible shared config for ESLint

Installation

npm i --save-dev eslint eslint-config-rentpath

Usage

Add the following entry to your .eslintrc

{
  "extends": "rentpath"
}

It's easiest to add a script to package.json to run linting; for example,

"scripts": {
  "lint": "eslint <path_to_javascript_dir>",
}

Then just $ npm run lint

Commitizen

eslint-config-rentpath uses Commitizen to format commit messages.

  • Install it globally $ npm install -g commitizen Once you are ready to commit, follow the familiar github workflow, with a slight change.

    $ git add <files>
    $ git cz

    $ git cz will bring up the Commitizen commit prompt, follow the instructions, and $ git push as usual.

2.1.0

8 years ago

2.0.0

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago