Skip to content

JSHint 2.3.0 is released

Compare
Choose a tag to compare
@valueof valueof released this 21 Oct 01:42
· 1216 commits to main since this release

This release fixes a couple of bugs and adds new checks and options.

  • Version 2.3.0; Las Vegas to San Francisco edition (Anton Kovalyov)
  • Fixed #1252: Add an option to warn about overwriting native objects. (Caitlin Potter)
  • Fixed #1293: Make latedef=nofunc ignore inner functions. (Jared Jacobs)
  • Fixed #1243: Detect comparisons with 'typeof x' and check the other operand. (Oleg Grenrus)
  • Fixed #1305: Removed unused code from checkstyle.js (Anders Janmyr)
  • Fixed #1253: Limit parseInt radix check to ES3 only. (Artem Nezvigin)
  • No issue: new release dist files (Anton Kovalyov)

Docs to follow soon.