1.12.0 • Published 3 years ago

eslint-plugin-kiwicom v1.12.0

Weekly downloads
2,836
License
ISC
Repository
github
Last release
3 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

3 years ago

1.11.0

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.6

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago