We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e8914 commit cc320faCopy full SHA for cc320fa
messages.json
@@ -1,4 +1,5 @@
1
{
2
"install": "messages/install.txt",
3
- "4.2.0": "messages/4.2.0.txt"
+ "4.2.0": "messages/4.2.0.txt",
4
+ "4.3.0": "messages/4.3.0.txt"
5
}
messages/4.3.0.txt
@@ -0,0 +1,16 @@
+SublimeLinter-eslint 4.3.0
+--------------------------
+
+SublimeLinter will now prefer a possible `eslint_d` installation (globally or
+locally) over the slower `eslint` binary automatically.
6
7
+You can control this behavior with the `prefer_eslint_d` setting. For example,
8
+to turn this off in the global SublimeLinter settings:
9
10
+```json
11
+"linters": {
12
+ "eslint": {
13
+ "prefer_eslint_d": false
14
+ }
15
+}
16
+```
0 commit comments