Détail du package

eslint-config-lisk-base

LiskHQ3.9kGPL-3.02.0.1

Base eslint config for Lisk projects.

eslint, lisk, blockchain

readme

eslint-config-lisk-base

This is the base eslint config for use in Lisk projects. It extends eslint-config-airbnb-base, with a few overrides.

Installation

npm install --save-dev eslint-config-lisk-base

Usage

In your .eslintrc.json file:

{
  "extends": ["lisk-base"]
}

Contributing

PRs are welcome if the reasoning for the proposed change is provided.

Divergence from eslint-config-airbnb-base