Skip to content

Commit 3daae32

Browse files
committedJun 21, 2020
Refactor scripts
1 parent c5bb8a9 commit 3daae32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
coverage/
2+
*.json
3+
*.md

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"xo": "^0.32.0"
5656
},
5757
"scripts": {
58-
"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix --ignore types",
58+
"format": "remark . -qfo && prettier . --write && xo --fix --ignore types",
5959
"test-api": "node test",
6060
"test-coverage": "nyc --reporter lcov tape test/index.js",
6161
"test-types": "dtslint types",

0 commit comments

Comments
 (0)
Please sign in to comment.