Skip to content

Releases: SublimeLinter/SublimeLinter-eslint

4.2.3

09 Dec 15:16
732ab24
Compare
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
Compare
Choose a tag to compare
  • Support source.jsx from the new Sublime Text 4

4.2.1

06 Mar 08:44
3a72088
Compare
Choose a tag to compare

Automatically detect TSX files. 👉 @zetavg

Detect eslint plugins

20 Nov 16:22
d097de9
Compare
Choose a tag to compare

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

21 Oct 10:10
Compare
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
Compare
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
Compare
Choose a tag to compare

Better error message

20 May 13:26
0e4bfea
Compare
Choose a tag to compare
Merge pull request #252 from SublimeLinter/better-error-message

Better user message for JSON decode errors

4.1.2: Merge pull request #250 from SublimeLinter/braver-patch-1

18 May 10:28
09a3361
Compare
Choose a tag to compare
ignore ExperimentalWarning reports in stderr

Demote DeprecationWarnings

11 May 07:42
fb99eb6
Compare
Choose a tag to compare
Merge pull request #245 from SublimeLinter/better-deprecations

 Look for `DeprecationWarning` in stderr