Skip to content

Releases: sublimelsp/LSP-eslint

v1.5.1

03 Oct 19:22
310a198
Compare
Choose a tag to compare

Maintenance

  • Add root scope for the legacy syntax from the JSX package
  • Add file watcher configuration (#47)

1.5.0

13 May 19:54
Compare
Choose a tag to compare

Maintenance

  • Update eslint server (adds support for rulesCustomizations setting)

v1.4.2

24 Feb 20:16
e318aaa
Compare
Choose a tag to compare

Fix

  • Use ${node_bin} for the node binary (#41)

v1.4.1

17 Nov 08:20
7669198
Compare
Choose a tag to compare

Maintenance

  • Install outside of the cache directory (#38)
  • Update eslint server to the latest version (#39)

v1.4.0

05 Oct 08:37
Compare
Choose a tag to compare

Feature

  • Add support for "probe" setting (#37)

[ST3] 0.1.0

02 Oct 08:05
2cd98d2
Compare
Choose a tag to compare

Feature

  • Enable for JSX, TSX (React) syntaxes (#35)

v1.3.1

28 Sep 20:35
Compare
Choose a tag to compare

Fixes

  • correct HTML syntax base scope

v1.3.0

28 Sep 20:30
Compare
Choose a tag to compare

Features

  • Enable for JSX, TSX and HTML syntaxes by default (#33)

v1.2.0

19 Sep 08:50
6bfe386
Compare
Choose a tag to compare

Feature

  • Add sublime-package schema for setting (#32)

v1.1.0

20 Aug 06:48
50ffda4
Compare
Choose a tag to compare

Feature

  • Add support for resolving workspaceDirectories (resolves #18)
    See eslint.workingDirectories documentation at https://github.com/Microsoft/vscode-eslint for more details.
    Note that configuring "workspaceDirectories" using patterns (rather than paths) is not supported currently.

Maintenance

  • Add comments to default settings and commented-out ENVs that the server supports.