You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ Before using this plugin, you must ensure that `htmlhint` is installed on your s
13
13
14
14
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
15
15
16
-
1. Install `htmlhint` by typing the following in a terminal:
16
+
1. Install the latest `htmlhint` by typing the following in a terminal:
17
17
```
18
-
npm install -g htmlhint@0.9.7
18
+
npm install -g htmlhint@latest
19
19
```
20
20
21
21
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.
22
22
23
-
**Note:** This plugin requires `htmlhint` 0.9.0 - 0.9.7. Later versions are currently not supported.
23
+
**Note:** This plugin requires `htmlhint` 0.9.8 or greater. Upgrade your existing installation by running step 2 above.
24
24
25
25
### Linter configuration
26
26
In order for `htmlhint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in [“Finding a linter executable”](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation.
0 commit comments