File tree 5 files changed +14
-3
lines changed
5 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
---
9
9
10
+ ## [ 1.4.0] - 2019.11.16
11
+
12
+ - [[ 697daed] ( https://github.com/dutchenkoOleg/node-w3c-validator/commit/697daed702d7685bf8ebc4a574ff2231c7f7a484 )] - 1.4.0 - add lint format
13
+ - [[ 4d0cef6] ( https://github.com/dutchenkoOleg/node-w3c-validator/commit/4d0cef6551b5c7384d65fc95d3f414f389866886 )] - 1.3.5 - Add github action
14
+ - [[ 0c9a65e] ( https://github.com/dutchenkoOleg/node-w3c-validator/commit/0c9a65ea37e366becfca19ceb1145b7e6e27bdd0 )] - Merge pull request #11
15
+ - [[ 7bf7675] ( https://github.com/dutchenkoOleg/node-w3c-validator/commit/7bf7675798b19abc0aabacf757a48d91000b4258 )] - Merge pull request #10
16
+ - [[ fb283ed] ( https://github.com/dutchenkoOleg/node-w3c-validator/commit/fb283ed00ed542b473634c23de24982a53797c5f )] - 1.3.0
17
+
18
+ ---
19
+
10
20
## [ 1.2.1] - 2018.09.28
11
21
12
22
- [[ 02eb617] ( https://github.com/dutchenkoOleg/node-w3c-validator/commit/02eb617626bca3ca6bce14bd1824d7a26a2a3bac )] - remove correction of absolute path
Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ default: `unset`
72
72
possible values: ` gnu | xml | json | text | html | lint `
73
73
74
74
> ` lint ` format is available from 1.4.0 version.
75
- > ` lint ` format is designed for convenient error output to the terminal.
75
+ > ` lint ` format is designed for convenient error output to the terminal.
76
+ > it uses a [ eslint-formatter-pretty] ( https://github.com/sindresorhus/eslint-formatter-pretty#readme ) under the hood
76
77
77
78
78
79
![ lint format screenshot] ( ./tests/assets/lint-format-screenshot.png )
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " happiness --verbose | snazzy" ,
8
8
"cli-html" : " node ./bin/cmd.js -i ./tests/**/*.html -f html -o ./results/cli-api-report.html" ,
9
- "cli-lint" : " node ./bin/cmd.js -i ./tests/**/*.html -f lint -e " ,
9
+ "cli-lint" : " node ./bin/cmd.js -i ./tests/**/*.html -f lint" ,
10
10
"nodejs-api" : " node ./tests/demo.js" ,
11
11
"code-style" : " happiness --verbose --fix | snazzy"
12
12
},
Original file line number Diff line number Diff line change 7
7
< meta charset ="utf-8 " />
8
8
< meta http-equiv ="Content-type " content ="text/html; charset=utf-8 " />
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
10
- < style type =" text/css " >
10
+ < style >
11
11
body {
12
12
background-color : # f0f0f2 ;
13
13
margin : 0 ;
You can’t perform that action at this time.
0 commit comments