0.5.3 • Published 5 years ago

eslint-config-kivra v0.5.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

eslint-config-kivra

Universal ESLint rules for all Kivra projects

Install

$ npm install eslint-config-kivra --save-dev

Usage

Using the package out of the box

Add the following lines to package.json

  "eslintConfig": {
      "extends": "eslint-config-kivra"
  }

Overriding default rules

Alternatively if you want to override certain rules, create a file named .eslintrc.json with the following structure:

{
    "extends": "eslint-config-kivra",
    "rules": {}
}

And don't include the following lines in package.json (since eslint will default to .eslintrc.json):

  "eslintConfig": {
      "extends": "eslint-config-kivra"
  }

Deployment

This is a public npm package and can easely be published from the terminal:

$ npm login (use your own npm user and get added to Kivra organization)

$ npm version major|minor|patch

$ npm publish

0.5.3

5 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago