Skip to content

Commit 5ded7ea

Browse files
committed
Update dev-dependencies
1 parent 267c423 commit 5ded7ea

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
"devDependencies": {
4545
"@types/node": "^20.0.0",
4646
"c8": "^8.0.0",
47-
"prettier": "^2.0.0",
47+
"prettier": "^3.0.0",
4848
"remark-cli": "^11.0.0",
4949
"remark-preset-wooorm": "^9.0.0",
5050
"type-coverage": "^2.0.0",
5151
"typescript": "^5.0.0",
5252
"unist-util-remove-position": "^5.0.0",
53-
"xo": "^0.54.0"
53+
"xo": "^0.56.0"
5454
},
5555
"scripts": {
5656
"prepack": "npm run build && npm run format",
5757
"build": "tsc --build --clean && tsc --build && type-coverage",
58-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
58+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
5959
"test-api-prod": "node --conditions production test.js",
6060
"test-api-dev": "node --conditions development test.js",
6161
"test-api": "npm run test-api-dev && npm run test-api-prod",
@@ -92,6 +92,10 @@
9292
}
9393
}
9494
],
95-
"prettier": true
95+
"prettier": true,
96+
"rules": {
97+
"unicorn/prefer-at": "off",
98+
"unicorn/prefer-string-replace-all": "off"
99+
}
96100
}
97101
}

0 commit comments

Comments
 (0)