Socket
Book a DemoInstallSign in
Socket

eslint-config-kivra

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-kivra

Universal ESLint rules for all Kivra projects

0.5.3
latest
npmnpm
Version published
Weekly downloads
8
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

eslint

FAQs

Package last updated on 11 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.