🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
1.1.9

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,2 +29,4 @@ # eslint-plugin-no-comments

}
If allow is not specified, all comments will be disallowed except for `eslint` and `global` comments.
```

@@ -62,2 +64,8 @@ ## Rule details

if allow is specified, e.g.: `["TODO", "FIXME", "NOTE", "DEBUG"]`
```js
const {Text, Image} = require('cool-package') // TODO fix vulnerability
```
## Author

@@ -64,0 +72,0 @@ - [Wiktor Wiśniewski](https://wiktorwisniewski.dev)