Releases: SublimeLinter/SublimeLinter-eslint
Releases · SublimeLinter/SublimeLinter-eslint
4.5.9
27 Feb 16:37
Compare
Sorry, something went wrong.
No results found
Also from @rgant :
Add Astro detection via eslint-plugin-astro
4.5.8
27 Feb 15:58
Compare
Sorry, something went wrong.
No results found
From @rgant :
Automatically detect the typescript-eslint package which seems to be the successor of the @typescript-eslint/* namespace
Add ESM and CommonJS scopes ("source.mjs, source.cjs") to the standard selector
4.5.7
09 Jan 17:06
Compare
Sorry, something went wrong.
No results found
@rgant added support (or rather: automatic detection) of the angular-eslint package which seems to be the successor of the @angular-eslint/* namespace.
4.5.6
28 Nov 12:51
Compare
Sorry, something went wrong.
No results found
4.5.4
09 Jul 13:15
Compare
Sorry, something went wrong.
No results found
@Prinzhorn added the eslint-plugin-react detection.
4.5.3
23 May 10:48
Compare
Sorry, something went wrong.
No results found
4.5.0
26 Jan 14:59
Compare
Sorry, something went wrong.
No results found
Handle "fixes" using the Quick Action API of SublimeLinter. See: Command Palette SublimeLinter: Quick Action.
4.4.1
11 Nov 00:15
Compare
Sorry, something went wrong.
No results found
@amsul fixed a bug where we did not lint files that had $ in their filename.
4.4.0
07 Jan 13:21
Compare
Sorry, something went wrong.
No results found
enable selector-specific stdin filename for unsaved buffers (@dndrsn , #326 )
4.3.0
05 Aug 15:53
Compare
Sorry, something went wrong.
No results found
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
}
}