feat(comments): disable-enable-pair
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
fee0f21f2f
commit
9dd76a6ab4
@ -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"
|
||||||
|
@ -1 +1,8 @@
|
|||||||
{}
|
{
|
||||||
|
"eslint-comments/disable-enable-pair": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"allowWholeFile": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user