feat(comments): no-restricted-disable

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

View File

@ -5,6 +5,9 @@
"allowWholeFile": true
}
],
"eslint-comments/no-restricted-disable": [
"off"
],
"eslint-comments/no-unlimited-disable": [
"error"
],