Skip to content

JSHint 2.5.2

Compare
Choose a tag to compare
@valueof valueof released this 05 Jul 16:53
· 1008 commits to main since this release

Another mostly bug fix release.

New stuff:

  • @paul-wade added a new option, * enforceall*, that automatically enables all enforcers making JSHint as strict as possible. See #1348 for more info.
  • @caitp improved our ES6 support by implementing export * from ... syntax and grouped fat-arrow expressions.

Thanks all. Special shout out to @rwaldron for everything.