feat(comments): no-aggregating-enable

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

View File

@ -284,7 +284,7 @@
## ESLint Comments
- [X] "disable-enable-pair"
- [ ] "no-aggregating-enable"
- [X] "no-aggregating-enable"
- [X] "no-duplicate-disable"
- [X] "no-restricted-disable"
- [X] "no-unlimited-disable"

View File

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