Skip to content

Releases: SublimeLinter/SublimeLinter-eslint

4.2.5

02 Aug 11:54
2bbb711

Choose a tag to compare

  • Automatically detect angular-eslint projects

4.2.4

19 Jul 10:16
0a30bcc

Choose a tag to compare

  • Recognize tsdx installs and modify selector automatically. @bcomnes

4.2.3

09 Dec 15:16
732ab24

Choose a tag to compare

  • Add helpful logging when the plugin decides to skip linting a particular view. 👉 @Cobertos 👈 👏

4.2.2

03 Jun 20:34
be197da

Choose a tag to compare

  • Support source.jsx from the new Sublime Text 4

4.2.1

06 Mar 08:44
3a72088

Choose a tag to compare

Automatically detect TSX files. 👉 @zetavg

Detect eslint plugins

20 Nov 16:22
d097de9

Choose a tag to compare

4.1.7: Fix crashing when 'line' is not provided by eslint (#283)

21 Oct 10:10

Choose a tag to compare

@MicroDroid fixed an edge case where eslint does not provide a line in for an error. Looks like these are always config errors so we just throw the message at the user. 😁

4.1.6: Merge pull request #274 from SublimeLinter/use-lintmatch

05 Apr 19:50
4c1a0e5

Choose a tag to compare

  • Use the new LintMatch to report errors
  • Only pass '--stdin-filename' if there is a filename actually
  • Remove deprecated 'npm_name' setting

Fix: Expect universal newlines

16 Oct 07:46
c8a4391

Choose a tag to compare

Better error message

20 May 13:26
0e4bfea

Choose a tag to compare

Merge pull request #252 from SublimeLinter/better-error-message

Better user message for JSON decode errors