feat(comments): disable-enable-pair

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-16 15:54:21 +04:00
parent fee0f21f2f
commit 9dd76a6ab4
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1 +1,8 @@
{} {
"eslint-comments/disable-enable-pair": [
"error",
{
"allowWholeFile": true
}
]
}