Socket
Book a DemoInstallSign in
Socket

eslint-config-klayr-base

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-klayr-base

Base eslint config for Klayr projects.

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

eslint

FAQs

Package last updated on 20 Mar 2024

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