Skip to content

klayrHQ/eslint-config-klayr-base

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 100.0%