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
<ahref="#install">How To Use</a> • <ahref="/CONTRIBUTING.md">Contributing</a> • <ahref="https://htmlhint.com">Website</a>
10
+
<ahref="#install">How To Use</a> • <ahref="/CONTRIBUTING.md">Contributing</a> • <ahref="https://htmlhint.com">Website</a>
27
11
</p>
28
12
29
13
## Table of Contents
@@ -35,7 +19,7 @@ This linter plugin for [SublimeLinter][docs] provides an interface to [HTMLHint]
35
19
36
20
## Install
37
21
38
-
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions[here](http://www.sublimelinter.com/en/stable/installation.html).
22
+
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please [follow the instructions](https://www.sublimelinter.com/en/stable/installation.html).
39
23
40
24
### Linter installation
41
25
@@ -59,7 +43,7 @@ Or install `htmlhint` locally in your project folder (**you must have package.js
59
43
60
44
### Linter configuration
61
45
62
-
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.
46
+
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”](https://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation.
63
47
64
48
Once you have installed and configured `htmlhint`, you can proceed to install the SublimeLinter-contrib-htmlhint plugin if it is not yet installed.
65
49
@@ -77,7 +61,7 @@ To install via Package Control, do the following:
77
61
78
62
For general information on how SublimeLinter works with settings, please see [Settings][settings]. For information on generic linter settings, please see [Linter Settings][linter-settings].
79
63
80
-
You can configure `htmlhint` options in the way you would from the command line, with `.htmlhintrc` files. For more information, see the [htmlhintrc docs](https://github.com/yaniswang/HTMLHint/wiki/Rules). The linter plugin does this by searching for a `.htmlhintrc` file itself, just as `htmlhint` does from the command line. You may provide a custom config file by setting the linter’s `"args"` setting to `["--config", "/path/to/file"]`. On Windows, be sure to double the backslashes in the path, for example `["--config", "C:\\Users\\Username\\htmlhint.conf"]`.
64
+
You can configure `htmlhint` options in the way you would from the command line, with `.htmlhintrc` files. For more information, see the [htmlhintrc docs](https://htmlhint.com/rules/). The linter plugin does this by searching for a `.htmlhintrc` file itself, just as `htmlhint` does from the command line. You may provide a custom config file by setting the linter’s `"args"` setting to `["--config", "/path/to/file"]`. On Windows, be sure to double the backslashes in the path, for example `["--config", "C:\\Users\\Username\\htmlhint.conf"]`.
81
65
82
66
The path to the `.htmlhintrc` file is cached, meaning if you create a new `.htmlhintrc` that should have precedence over the previous one (meaning it is closer to the .js file) you need to clear the cache for the linter to use the new `.htmlhintrc` You can clear the cache by going to: Tools > SublimeLinter > Clear Caches.
83
67
@@ -89,11 +73,11 @@ Project initially created by [@mmaday](https://github.com/mmaday) and transferre
0 commit comments