Skip to content

Commit f174b5e

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/a40f4dd29587f2c7f4c7821b7263b79996434a5e/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 48ac769 commit f174b5e

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
@@ -210,7 +210,8 @@
210210
"unicorn/prevent-abbreviations": "off",
211211
"no-constant-condition": "off",
212212
"unicorn/prefer-math-trunc": "off",
213-
"unicorn/no-new-array": "off"
213+
"unicorn/no-new-array": "off",
214+
"unicorn/prefer-node-protocol": "off"
214215
},
215216
"overrides": [
216217
{

0 commit comments

Comments
 (0)