Skip to content

Commit b441e86

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/7a92df9c28303ed9cd6ee1a5e4999acfc8c52497/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 5626b72 commit b441e86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@
201201
{
202202
"case": "camelCase"
203203
}
204-
]
204+
],
205+
"unicorn/prefer-node-protocol": "off"
205206
},
206207
"ignores": [
207208
"lib",

0 commit comments

Comments
 (0)