This repository was archived by the owner on Aug 31, 2023. It is now read-only.
restrictPlusOperands
,@typescript-eslint/restrict-plus-operands
#4346
jpike88
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/restrict-plus-operands.md
This rule reports when a + operation combines two values of different types, or a type that is not bigint, number, or string.
Beta Was this translation helpful? Give feedback.
All reactions