feat(comments): no-aggregating-enable

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-16 16:04:00 +04:00
parent f448b3ca98
commit c1dc196903
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
"allowWholeFile": true
}
],
"eslint-comments/no-aggregating-enable": [
"error"
],
"eslint-comments/no-duplicate-disable": [
"error"
],