eslint-plugin-no-comments
Advanced tools
Comparing version 1.0.4 to 1.0.5
module.exports = { | ||
meta: { | ||
messages: { | ||
removeComments: "Remove comments from the code." | ||
} | ||
}, | ||
rules: { | ||
@@ -8,0 +3,0 @@ 'disallowComments': { |
{ | ||
"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" | ||
] | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3619
4
0
0
60
0
27