diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-16 15:04:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-16 15:04:00 +0300 |
commit | c1dc196903e6756ac49473c219769a10ee64315e (patch) | |
tree | fac5b3f7e57950cb7702b6fe42f879bf412b8cd8 /src | |
parent | f448b3ca98fe12d3a8f3430cfe2c967750be656e (diff) | |
download | eslint-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.json | 3 |
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" ], |