Skip to content

Commit cc320fa

Browse files
committed
Add update message
1 parent 57e8914 commit cc320fa

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"install": "messages/install.txt",
3-
"4.2.0": "messages/4.2.0.txt"
3+
"4.2.0": "messages/4.2.0.txt",
4+
"4.3.0": "messages/4.3.0.txt"
45
}

messages/4.3.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SublimeLinter-eslint 4.3.0
2+
--------------------------
3+
4+
SublimeLinter will now prefer a possible `eslint_d` installation (globally or
5+
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

Comments
 (0)