Skip to content

Commit b92efda

Browse files
🤖 config(xo): Disable unicorn/prevent-abbreviations.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/31b7e48f29789fa2e2ad9e16013ff277c3bbca57/src/transforms/xo:config-disable-prevent-abbreviations.js Please contact the author of the transform if you believe there was an error.
1 parent 574a9f4 commit b92efda

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
}
211211
}
212212
],
213-
"unicorn/prefer-node-protocol": "off"
213+
"unicorn/prefer-node-protocol": "off",
214+
"unicorn/prevent-abbreviations": "off"
214215
},
215216
"overrides": [
216217
{

0 commit comments

Comments
 (0)