File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,19 @@ HTMLHint
5
5
6
6
A Static Code Analysis Tool for HTML
7
7
8
- [ ![ Build Status] ( https://travis-ci.org/yaniswang/HTMLHint.png?branch=master )] ( https://travis-ci.org/yaniswang/HTMLHint )
8
+ [ ![ Build Status] ( https://travis-ci.org/yaniswang/HTMLHint.png?branch=master )] ( https://travis-ci.org/yaniswang/HTMLHint ) [ ![ NPM version ] ( https://badge.fury.io/js/htmlhint.png )] ( http://badge.fury.io/js/htmlhint )
9
9
10
10
jsCoverage: [ 98%] ( http://yaniswang.com/HTMLHint/coverage.html )
11
11
12
12
How to use HTMLHint
13
13
=======================
14
14
15
+ Hint your html code:
16
+
17
+ HTMLHint.verify(code, rules);
18
+
19
+ Read more about all rules: [ Rules] ( https://github.com/yaniswang/HTMLHint/wiki/Rules )
20
+
15
21
1 . With nodejs
16
22
17
23
var HTMLHint = require("htmlhint").HTMLHint;
You can’t perform that action at this time.
0 commit comments