Skip to content

Commit 1d59dfe

Browse files
committed
Update xo
1 parent 423a7ac commit 1d59dfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"type-coverage": "^2.0.0",
7373
"typescript": "^4.0.0",
7474
"unified": "^10.0.0",
75-
"xo": "^0.39.0"
75+
"xo": "^0.42.0"
7676
},
7777
"scripts": {
7878
"build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build && esbuild . --bundle --minify | terser | gzip-size --raw",
@@ -93,7 +93,8 @@
9393
"prettier": true,
9494
"rules": {
9595
"complexity": "off",
96-
"unicorn/prefer-switch": "off"
96+
"unicorn/prefer-switch": "off",
97+
"unicorn/prefer-node-protocol": "off"
9798
}
9899
},
99100
"remarkConfig": {

0 commit comments

Comments
 (0)