Socket
Socket
Sign inDemoInstall

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


Version published
Weekly downloads
146
increased by78.05%
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc