1.12.0 • Published 2 years ago

eslint-plugin-kiwicom v1.12.0

Weekly downloads
2,836
License
ISC
Repository
github
Last release
2 years ago

CircleCI Coverage Status code style: prettier

eslint-plugin-kiwicom

eslint rules in use at kiwi.com

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-kiwicom:

$ npm install eslint-plugin-kiwicom --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-kiwicom globally.

Usage

Add kiwicom to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "kiwicom"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "kiwicom/rule-name": 2
    }
}

Supported Rules

https://github.com/kiwicom/eslint-plugin-kiwicom/blob/master/src/rules/index.js

How to contribute

  • Clone repository
  • Install dependencies using yarn install
  • Create a pull request

Tools

https://astexplorer.net/

How to release a new version - Conventional changelog

This project is using Semantic Release for releasing to npm. We use Angular conventional changelog for commit mesages in it's commit analyzer plugin.

1.12.0

2 years ago

1.11.0

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago