Skip to content

Commit e32b559

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/b27ce6d333a4c46ff5161eaddfbe16895bbabf0f/src/transforms/xo:config-disable-prevent-abbreviations.js Please contact the author of the transform if you believe there was an error.
1 parent c51052e commit e32b559

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@
218218
"case": "camelCase"
219219
}
220220
],
221-
"unicorn/prefer-node-protocol": "off"
221+
"unicorn/prefer-node-protocol": "off",
222+
"unicorn/prevent-abbreviations": "off"
222223
},
223224
"overrides": [
224225
{

0 commit comments

Comments
 (0)