Skip to content

Releases: natesilva/javascript-eslint.tmbundle

Version 3.0.2

16 Feb 18:02
2c7cf7a
Compare
Choose a tag to compare

Bugfix: Properly display the help screen if ESLint is not found on the PATH.

Version 3.0.1

16 Feb 17:44
7c8aa8d
Compare
Choose a tag to compare

Bugfixes and performance improvements. (really)

  • If running in a project, make sure eslint is started from the project directory so it picks up settings like .eslintignore.
  • Fixed links from report view into your JavaScript file.
  • Performance improvement when there are lots of gutter marks.

Version 3.0.0

16 Feb 05:55
Compare
Choose a tag to compare

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.

Version 2.0.1

04 Nov 18:06
Compare
Choose a tag to compare
  • Fixes issue #4, a bug which was caused by shell expansion of things that looked like fileglobs when they occurred as the output of an error message (in this case, a message that referenced /*, the beginning of a comment).

Version 2.0.0

03 Nov 16:06
Compare
Choose a tag to compare

This update brings support for modern versions of ESLint.

  • Native ESLint configuration cascading is now supported. This means you can have multiple, hierarchical rule sets. See [http://eslint.org/docs/user-guide/configuring.html](the ESLint documentation) for more information. (fixes #2)
  • Errors related to an outdated version of ESLint are fixed. (fixes #5)
  • Error reports now include a link to check for a newer version of this bundle.

Version 1.1.1

22 Jul 18:58
Compare
Choose a tag to compare
  • Don’t try to validate .eslintrc. Allow ESLint to do it. Now supports JSON-with-comments and YAML formats.

Version 1.1.0

21 Jul 21:24
Compare
Choose a tag to compare
  • Made it work again with the latest ESLint.
  • Improved report layout that works better for users who choose to show command output in a pane below or to the right of the text view (instead of in a new window).

Version 1.0.2

04 Mar 21:56
Compare
Choose a tag to compare
  • Fix parsing of ESLint error report.

Version 1.0.1

04 Mar 21:41
Compare
Choose a tag to compare
  • Handle errors that have no ESLint rule reference.

Version 1.0.0

04 Mar 21:24
Compare
Choose a tag to compare

Initial release.