JSH318943: Do not use unary increment and decrement operators

This option prohibits the use of unary increment and decrement operators. Some people think that ++ and -- reduces the quality of their coding styles and there are programming languages - such as Python - that go completely without these operators. (JSHint option 'plusplus')

TypeName: DoNotUseUnaryIncrementAndDecrementOperators
CheckId: JSH318943
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus