eslint-plugin-no-comments
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "eslint-plugin-no-comments", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "ESLint plugin to disallow comment blocks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,5 +29,6 @@ # eslint-plugin-no-comments | ||
} | ||
``` | ||
If allow is not specified, all comments will be disallowed except for `eslint` and `global` comments. | ||
``` | ||
## Rule details | ||
@@ -34,0 +35,0 @@ |
4458
74