Skip to content

Commit 77fbe90

Browse files
committed
Add 1.1.3 messages.
1 parent bb5383a commit 77fbe90

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.0.1": "messages/1.0.1.txt",
44
"1.1.0": "messages/1.1.0.txt",
55
"1.1.1": "messages/1.1.1.txt",
6-
"1.1.2": "messages/1.1.2.txt"
6+
"1.1.2": "messages/1.1.2.txt",
7+
"1.1.3": "messages/1.1.3.txt"
78
}

messages/1.1.3.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
SublimeLinter-contrib-htmlhint 1.1.3
2+
------------------------------------
3+
This plugin now supports local node package installations of htmlhint. Thanks to TomasDuda!
4+
5+
*** NOTE: htmlhint version 0.9.13 and greater is now required. ***
6+
7+
Upgrade your existing global htmlhint to the latest by running:
8+
npm install -g htmlhint@latest
9+
10+
Or locally in your project folder (**you must have package.json file there**):
11+
npm init -f
12+
npm install htmlhint@latest
13+
14+
Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions.

0 commit comments

Comments
 (0)