We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xo
1 parent 423a7ac commit 1d59dfeCopy full SHA for 1d59dfe
package.json
@@ -72,7 +72,7 @@
72
"type-coverage": "^2.0.0",
73
"typescript": "^4.0.0",
74
"unified": "^10.0.0",
75
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
76
},
77
"scripts": {
78
"build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build && esbuild . --bundle --minify | terser | gzip-size --raw",
@@ -93,7 +93,8 @@
93
"prettier": true,
94
"rules": {
95
"complexity": "off",
96
- "unicorn/prefer-switch": "off"
+ "unicorn/prefer-switch": "off",
97
+ "unicorn/prefer-node-protocol": "off"
98
}
99
100
"remarkConfig": {
0 commit comments