Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@natesilva natesilva released this 16 Feb 05:55
· 9 commits to master since this release

This is a major update.

  • Instead of popping up the report window, problems are now reported as gutter marks right in the editor. The report window is still available by pressing Shift-Ctrl-V.
  • The ESLint --fix command is now supported (auto-fix problems). You can select it from the Bundles menu, or by searching for it in the Select Bundle Item window (Ctrl-Cmd-T).
  • The internals have been refactored.
    • Functionality is broken into separate modules.
    • Report generation is much cleaner using a lightweight templating system.