Update xo rules

This commit is contained in:
2024-05-20 04:04:25 +04:00
parent 2fe55d73db
commit 571a7e8f72
+2 -1
View File
@@ -39,7 +39,8 @@
} }
], ],
"n/prefer-global/process": "off", "n/prefer-global/process": "off",
"comma-dangle": "off" "comma-dangle": "off",
"unicorn/prevent-abbreviations": "off"
} }
} }
} }