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