We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c969bc9 commit 59e2d42Copy full SHA for 59e2d42
.eslintrc.js
@@ -51,6 +51,7 @@ module.exports = {
51
"@typescript-eslint/prefer-nullish-coalescing": "warn",
52
"@typescript-eslint/prefer-optional-chain": "warn",
53
"@typescript-eslint/no-extra-non-null-assertion": "warn",
54
+ "@typescript-eslint/restrict-plus-operands": ["warn", { "checkCompoundAssignments": true } ],
55
56
"@typescript-eslint/indent": "off",
57
"@typescript-eslint/no-explicit-any": "off",
0 commit comments