Skip to content

Commit 059a1fd

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 c145bd6 commit 059a1fd

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
@@ -213,7 +213,8 @@
213213
"rules": {
214214
"camelcase": "off",
215215
"unicorn/prefer-node-protocol": "off",
216-
"unicorn/filename-case": "off"
216+
"unicorn/filename-case": "off",
217+
"unicorn/prevent-abbreviations": "off"
217218
},
218219
"overrides": [
219220
{

0 commit comments

Comments
 (0)