Socket
Book a DemoInstallSign in
Socket

eslint-plugin-comments

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-comments

Eslint rules for JavaScript comments.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

NPM Version Build Status Coverage Status Peer Dependencies NPM Downloads

eslint-plugin-comments

ESLint rules for JavaScript comments.

Install and configure

This plugin requires ESLint 1.4.1 or later.

npm install --save-dev eslint-plugin-comments

Then add a reference to this plugin and selected rules in your eslint config:

{
  "plugins": [
    "comments"
  ],
  "rules": {
    "comments/no-jsdoc": 2
  }
}

See Configuring Eslint on eslint.org for more info.

Rules

  • no-jsdoc - forbids the use of JSDoc comments (fixable)

Keywords

eslint

FAQs

Package last updated on 14 Sep 2015

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