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/a9afbfe78a793f6bba0aae1432dd3bacf30c05a5/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 Oct 28, 2022
1 parent edaf10c commit 652aa13
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 @@ -215,7 +215,8 @@
"prefer-exponentiation-operator": "off",
"no-return-assign": "off",
"no-negated-condition": "off",
"no-bitwise": "off"
"no-bitwise": "off",
"unicorn/prefer-node-protocol": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 652aa13

Please sign in to comment.