Socket
Book a DemoInstallSign in
Socket

@weclapp/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weclapp/eslint-config

ESLint shareable config for the weclapp style

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
2
Created
Source

ESLint config weclapp

Build Status Current version


This rule-set enforces basic coding paradigms such as best-pracises / formatting and includes rules with focus of detecting errors. It's maintained by weclapp / weclapp.com.

Installation

$ npm install @weclapp/eslint-config

Usage

The weclapp eslint-rules override parts of eslint's eslint:recommend.

{
    "extends": "@weclapp",
    "rules": {
        // Your custom, project-specific rules
    }
}

Keywords

weclapp

FAQs

Package last updated on 03 Jul 2019

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