Skip to content

Commit cc68915

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/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/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 c22837f commit cc68915

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
@@ -208,7 +208,8 @@
208208
{
209209
"case": "camelCase"
210210
}
211-
]
211+
],
212+
"unicorn/prefer-node-protocol": "off"
212213
},
213214
"ignores": [
214215
"lib",

0 commit comments

Comments
 (0)