Skip to content

Commit cb698ec

Browse files
🤖 config(xo): Disable unicorn/prefer-node-protocol.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/3fadbfc03be787be61d688a4b90430927ab58aa5/src/transforms/xo:config-disable-prefer-node-protocol.js Please contact the author of the transform if you believe there was an error.
1 parent b5029b9 commit cb698ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@
219219
"no-constant-condition": "off",
220220
"unicorn/prefer-math-trunc": "off",
221221
"unicorn/no-new-array": "off",
222-
"no-negated-condition": "off"
222+
"no-negated-condition": "off",
223+
"unicorn/prefer-node-protocol": "off"
223224
},
224225
"overrides": [
225226
{

0 commit comments

Comments
 (0)