feat(comments): disable-enable-pair

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

View File

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