File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 3
3
"1.0.1" : " messages/1.0.1.txt" ,
4
4
"1.1.0" : " messages/1.1.0.txt" ,
5
5
"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"
7
8
}
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments