Fix @typescript-eslint/restrict-plus-operands errors

This commit is contained in:
Labhansh Agrawal 2021-03-28 23:18:36 +05:30
parent b9a52b06c7
commit 9b0a57db13
5 changed files with 12 additions and 7 deletions

View file

@ -108,7 +108,6 @@
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/restrict-template-expressions": "off"
}
}