Skip to content

4.3.0

Compare
Choose a tag to compare
@kaste kaste released this 05 Aug 15:53
· 27 commits to master since this release
4740af8

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
    }
}