Skip to content

Commit

Permalink
Merge pull request #18 from htmlhint/task/release_201
Browse files Browse the repository at this point in the history
2.0.1 release.
  • Loading branch information
mmaday committed Nov 24, 2019
2 parents 62ef89b + b6d0cf4 commit c72766d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
This linter plugin for [SublimeLinter][docs] provides an interface to [htmlhint](http://htmlhint.com/). It will be used with files that have the “HTML” syntax.

## Install
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here][install].
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).

### Linter installation
Before using this plugin, you must ensure that `htmlhint` is installed on your system. To install `htmlhint`, do the following:

1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).

1. Install the latest `htmlhint` globally by typing the following in a terminal:
2. Install the latest `htmlhint` globally by typing the following in a terminal:
```
npm install -g htmlhint@latest
```
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"1.1.2": "messages/1.1.2.txt",
"1.1.3": "messages/1.1.3.txt",
"1.1.4": "messages/1.1.4.txt",
"2.0.0": "messages/2.0.0.txt"
"2.0.0": "messages/2.0.0.txt",
"2.0.1": "messages/2.0.1.txt"
}
6 changes: 6 additions & 0 deletions messages/2.0.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SublimeLinter-contrib-htmlhint 2.0.1
------------------------------------
This is a housekeeping release to get fully up to SublimeLinter 4.0 standards. Thanks to kaste.


Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions.

0 comments on commit c72766d

Please sign in to comment.