The latest edition of JSLint warns against combining multiple variable declarations within a single var, let or const statement. It also adds a new "multivar" option to tolerate the above condition:
Update JSLint.NET to the latest edition of JSLint. Add support for the "multivar" option both in the JSLintOptions model and and the settings editor UI.
The latest edition of JSLint warns against combining multiple variable declarations within a single var, let or const statement. It also adds a new "multivar" option to tolerate the above condition:
https://plus.google.com/+DouglasCrockfordEsq/posts/WRpPDPfFgCw
Update JSLint.NET to the latest edition of JSLint. Add support for the "multivar" option both in the JSLintOptions model and and the settings editor UI.