Skip to content

Commit 4c5b3de

Browse files
committed
Update dev-dependencies
1 parent 95471f8 commit 4c5b3de

2 files changed

Lines changed: 9 additions & 12 deletions

File tree

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
coverage/
22
unified.js
33
unified.min.js
4+
*.json
5+
*.md

package.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"prettier": "^2.0.0",
5858
"remark-cli": "^8.0.0",
5959
"remark-preset-wooorm": "^7.0.0",
60-
"tape": "^4.0.0",
60+
"tape": "^5.0.0",
6161
"tinyify": "^2.0.0",
62-
"xo": "^0.29.0"
62+
"xo": "^0.32.0"
6363
},
6464
"scripts": {
65-
"format": "remark . -qfo && prettier --write \"**/{*.js,*.ts}\" && xo --fix",
65+
"format": "remark . -qfo && prettier . --write && xo --fix",
6666
"build-bundle": "browserify index.js -s unified -o unified.js",
6767
"build-mangle": "browserify index.js -s unified -p tinyify -o unified.min.js",
6868
"build": "npm run build-bundle && npm run build-mangle",
@@ -83,9 +83,10 @@
8383
"prettier": true,
8484
"esnext": false,
8585
"rules": {
86-
"import/no-extraneous-dependencies": "off",
87-
"unicorn/prefer-type-error": "off",
86+
"unicorn/catch-error-name": "off",
87+
"unicorn/prefer-optional-catch-binding": "off",
8888
"unicorn/prefer-reflect-apply": "off",
89+
"unicorn/prefer-type-error": "off",
8990
"guard-for-in": "off"
9091
},
9192
"ignores": [
@@ -95,13 +96,7 @@
9596
},
9697
"remarkConfig": {
9798
"plugins": [
98-
"preset-wooorm",
99-
[
100-
"toc",
101-
{
102-
"heading": "contents"
103-
}
104-
]
99+
"preset-wooorm"
105100
]
106101
},
107102
"collective": {

0 commit comments

Comments
 (0)