Skip to content

Commit c3e3f37

Browse files
⬆️ deps: Upgrade lint-staged to v15.2.2 and xo to v0.57.0.
1 parent 0932fc0 commit c3e3f37

File tree

2 files changed

+305
-218
lines changed

2 files changed

+305
-218
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@
8787
"esdoc-standard-plugin": "1.0.0",
8888
"fixpack": "4.0.0",
8989
"husky": "9.0.10",
90-
"lint-staged": "15.2.1",
90+
"lint-staged": "15.2.2",
9191
"microbundle": "0.15.1",
9292
"np": "9.2.0",
9393
"pinst": "3.0.0",
9494
"power-assert": "1.6.1",
9595
"regenerator-runtime": "0.14.1",
96-
"xo": "0.56.0"
96+
"xo": "0.57.0"
9797
},
9898
"ava": {
9999
"files": [
@@ -205,6 +205,7 @@
205205
],
206206
"rules": {
207207
"unicorn/prefer-node-protocol": "off",
208+
"unicorn/prevent-abbreviations": "off",
208209
"import/order": [
209210
"error",
210211
{

0 commit comments

Comments
 (0)