Skip to content

JavaScript Plugin 2.18 RC1

Pre-release
Pre-release

Choose a tag to compare

@vilchik-elena vilchik-elena released this 08 Nov 10:17
· 4087 commits to master since this release

SNAPSHOT version of the plugin to allow users to test the plugin during the request for feedback for the release 2.18.

This version brings 10 new rules including several type-based rules:

  • Arithmetic operations should not result in "NaN"
  • Values not convertible to numbers should not be used in numeric comparisons
  • Arithmetic operators should only have numbers as operands
  • Non-existent properties shouldn't be accessed for reading