🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-plugin-vazco

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vazco

1.0.0
latest
npm
Version published
Weekly downloads
39
-23.53%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-vazco-no-console

An eslint plugin to warn on usage of console.

Table of Contents

  • Install
  • Configuration
  • Rule Details
  • License

Install

npm i -S eslint-plugin-vazco-no-console

Configuration

Add plugins section and specify eslint-plugin-no-console-log as a plugin.

{
  "plugins": [
    "vazco-no-console"
  ]
}

Then, enable the rule.

{
  "rules": {
    "vazco-no-console/no-console": [1, {}]
  }
}

Rule Details

This rule warns when it sees console. You can specify variants, like console.warn are not allowed.

Licence

MIT. Copyright (c) Vazco.eu.

FAQs

Package last updated on 30 Aug 2016

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