Skip to content

2.2.0 (2022-02-17)

Latest
Compare
Choose a tag to compare
@kyle-wannacott kyle-wannacott released this 08 Apr 00:25
· 38 commits to master since this release

Downloads

Fixed

  • x && <Element/> no longer falsely reports E0026 (missing operand for
    operator). (Thanks to Piotr Dąbrowski for reporting.)
  • In top-level code, await <x/> is now parsed as the await operator followed
    by a JSX element (rather than await less-than-compared to x, followed by
    jibberish).

Changed

  • Homebrew: Emacs Lisp files are now installed in
    <brew>/share/emacs/site-lisp/quick-lint-js (per brew audit's
    recommendation) instead of in share/emacs/site-lisp.