Skip to content

Commit b46b004

Browse files
committed
Update dev-dependencies
1 parent a816e19 commit b46b004

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
coverage/
2+
*.json
3+
*.md

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"nlcst-to-string": "^2.0.0",
3737
"nyc": "^15.0.0",
3838
"prettier": "^2.0.0",
39-
"remark-cli": "^7.0.0",
40-
"remark-preset-wooorm": "^6.0.0",
39+
"remark-cli": "^8.0.0",
40+
"remark-preset-wooorm": "^7.0.0",
4141
"retext": "^7.0.0",
4242
"rimraf": "^3.0.0",
43-
"tape": "^4.0.0",
43+
"tape": "^5.0.0",
4444
"to-vfile": "^6.0.0",
4545
"unist-util-visit": "^2.0.0",
46-
"xo": "^0.28.0"
46+
"xo": "^0.32.0"
4747
},
4848
"scripts": {
49-
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
49+
"format": "remark . -qfo && prettier . --write && xo --fix",
5050
"test-api": "node test",
5151
"test-coverage": "nyc --reporter lcov tape test/index.js",
5252
"test": "npm run format && npm run test-coverage"
@@ -69,6 +69,8 @@
6969
"prettier": true,
7070
"esnext": false,
7171
"rules": {
72+
"unicorn/prefer-number-properties": "off",
73+
"unicorn/no-fn-reference-in-iterator": "off",
7274
"unicorn/string-content": "off"
7375
}
7476
},

0 commit comments

Comments
 (0)