We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@typescript-eslint/restrict-plus-operands
1 parent c7ab476 commit 5e69b1bCopy full SHA for 5e69b1b
.eslintrc.cjs
@@ -90,6 +90,7 @@ module.exports = {
90
'@typescript-eslint/no-unsafe-argument': 'off',
91
'@typescript-eslint/no-unsafe-assignment': 'off',
92
'@typescript-eslint/no-unsafe-member-access': 'off',
93
+ '@typescript-eslint/restrict-plus-operands': 'off',
94
'@typescript-eslint/restrict-template-expressions': [
95
'error',
96
{
0 commit comments