Skip to content

Commit 825d5ab

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 2ff09e8 commit 825d5ab

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
@@ -202,7 +202,8 @@
202202
"rules": {
203203
"camelcase": "off",
204204
"unicorn/filename-case": "off",
205-
"unicorn/prefer-node-protocol": "off"
205+
"unicorn/prefer-node-protocol": "off",
206+
"unicorn/prevent-abbreviations": "off"
206207
},
207208
"overrides": [
208209
{

0 commit comments

Comments
 (0)