Skip to content

Commit c467f36

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 2a20370 commit c467f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@
207207
"pascalCase": true
208208
}
209209
}
210-
]
210+
],
211+
"unicorn/prevent-abbreviations": "off"
211212
},
212213
"overrides": [
213214
{

0 commit comments

Comments
 (0)