Skip to content

Releases: SublimeLinter/SublimeLinter-eslint

4.5.4

09 Jul 13:15
956a1fa
Compare
Choose a tag to compare

@Prinzhorn added the eslint-plugin-react detection.

4.5.3

23 May 10:48
aca2304
Compare
Choose a tag to compare

@Prinzhorn updated our svelte detection.

4.5.0

26 Jan 14:59
Compare
Choose a tag to compare

Handle "fixes" using the Quick Action API of SublimeLinter. See: Command Palette SublimeLinter: Quick Action.

4.4.1

11 Nov 00:15
2d54479
Compare
Choose a tag to compare

@amsul fixed a bug where we did not lint files that had $ in their filename.

4.4.0

07 Jan 13:21
128563c
Compare
Choose a tag to compare
  • enable selector-specific stdin filename for unsaved buffers (@dndrsn, #326)

4.3.0

05 Aug 15:53
4740af8
Compare
Choose a tag to compare

The plugin will now prefer a possible eslint_d installation (globally or
locally) over the slower eslint binary automatically.

You can control this behavior with the prefer_eslint_d setting. For example,
to turn this off in the global SublimeLinter settings:

"linters": {
    "eslint": {
        "prefer_eslint_d": false
    }
}

4.2.5

02 Aug 11:54
2bbb711
Compare
Choose a tag to compare
  • Automatically detect angular-eslint projects

4.2.4

19 Jul 10:16
0a30bcc
Compare
Choose a tag to compare
  • Recognize tsdx installs and modify selector automatically. @bcomnes

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