This repository has been 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
-
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