aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-16 15:04:00 +0300
committerValentin Popov <info@valentineus.link>2020-02-16 15:04:00 +0300
commitc1dc196903e6756ac49473c219769a10ee64315e (patch)
treefac5b3f7e57950cb7702b6fe42f879bf412b8cd8 /src
parentf448b3ca98fe12d3a8f3430cfe2c967750be656e (diff)
downloadeslint-config-c1dc196903e6756ac49473c219769a10ee64315e.tar.xz
eslint-config-c1dc196903e6756ac49473c219769a10ee64315e.zip
feat(comments): no-aggregating-enable
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint-comments/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint-comments/default.json b/src/rules/eslint-comments/default.json
index b41b3fa..448e07e 100644
--- a/src/rules/eslint-comments/default.json
+++ b/src/rules/eslint-comments/default.json
@@ -5,6 +5,9 @@
"allowWholeFile": true
}
],
+ "eslint-comments/no-aggregating-enable": [
+ "error"
+ ],
"eslint-comments/no-duplicate-disable": [
"error"
],