feat(typescript): Rule "no-var-requires"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 11:51:23 +04:00
parent 658ca3ebba
commit 601b389064
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,9 @@
"@typescript-eslint/no-useless-constructor": [
"error"
],
"@typescript-eslint/no-var-requires": [
"error"
],
"@typescript-eslint/quotes": [
"error",
"double",