Releases: SublimeLinter/SublimeLinter-eslint
Releases · SublimeLinter/SublimeLinter-eslint
4.5.6
4.5.4
@Prinzhorn added the eslint-plugin-react
detection.
4.5.3
@Prinzhorn updated our svelte detection.
4.5.0
4.4.1
4.4.0
4.3.0
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
}
}