-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
SublimeLinter-contrib-htmlhint 1.1.3 | ||
------------------------------------ | ||
This plugin now supports local node package installations of htmlhint. Thanks to TomasDuda! | ||
|
||
*** NOTE: htmlhint version 0.9.13 and greater is now required. *** | ||
|
||
Upgrade your existing global htmlhint to the latest by running: | ||
npm install -g htmlhint@latest | ||
|
||
Or locally in your project folder (**you must have package.json file there**): | ||
npm init -f | ||
npm install htmlhint@latest | ||
|
||
Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions. |