Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-no-comments

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-no-comments - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

LICENSE

5

index.js
module.exports = {
meta: {
messages: {
removeComments: "Remove comments from the code."
}
},
rules: {

@@ -8,0 +3,0 @@ 'disallowComments': {

20

package.json
{
"name": "eslint-plugin-no-comments",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint plugin to disallow comment blocks",

@@ -10,3 +10,19 @@ "main": "index.js",

"author": "Wiktor Wiśniewski <wiktor.wisniewski94@gmail.com>",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wisniewski94/eslint-plugin-no-comments"
},
"bugs": {
"url": "https://github.com/wisniewski94/eslint-plugin-no-comments/issues"
},
"keywords": [
"eslint",
"eslintplugin",
"comments",
"disallow",
"no-comments",
"disallow-comments",
"eslint-plugin"
]
}
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