File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ CHANGELOG.md
2
+ HISTORY.md
3
+ lib /
4
+ themes /
5
+ _playwright- * /
6
+ emoji-data. *
Original file line number Diff line number Diff line change
1
+ <!-- Historical history file (do not edit). -->
1
2
2
3
<a name =" 3.7.3 " ></a >
3
4
## [ 3.7.3] ( https://github.com/QingWei-Li/docsify/compare/v3.7.2...v3.7.3 ) (2017-05-22)
Original file line number Diff line number Diff line change 41
41
"docker:test:integration" : " npm run docker:cli -- test:integration" ,
42
42
"docker:test:unit" : " npm run docker:cli -- test:unit" ,
43
43
"docker:test" : " npm run docker:cli -- test" ,
44
+ "prettier" : " prettier . --write" ,
44
45
"lint:fix" : " eslint . --fix" ,
45
- "lint" : " eslint ." ,
46
+ "lint" : " prettier . --check && eslint ." ,
46
47
"postinstall" : " opencollective-postinstall" ,
47
48
"prepare" : " npm run build" ,
48
49
"pub:next" : " cross-env RELEASE_TAG=next sh build/release.sh" ,
You can’t perform that action at this time.
0 commit comments