2.0.3 • Published 3 months ago

eslint-config-klayr-base v2.0.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 months ago

eslint-config-klayr-base

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

Installation

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

Usage

In your .eslintrc.json file:

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

Contributing

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

Divergence from eslint-config-airbnb-base