Skip to content

Commit

Permalink
🤖 config(xo): Disable unicorn/prefer-node-protocol.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Apr 24, 2022
1 parent b5029b9 commit cb698ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
"no-constant-condition": "off",
"unicorn/prefer-math-trunc": "off",
"unicorn/no-new-array": "off",
"no-negated-condition": "off"
"no-negated-condition": "off",
"unicorn/prefer-node-protocol": "off"
},
"overrides": [
{
Expand Down

0 comments on commit cb698ec

Please sign in to comment.