From 271cffd91204c932f619d516e00ffcac2031af76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 19 Feb 2022 21:46:08 +0400 Subject: [PATCH] Add new rule to xo --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f12f1b1..fc80b0e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,8 @@ } ], "node/prefer-global/process": "off", - "func-names": "off" + "func-names": "off", + "unicorn/prevent-abbreviations": "off" } } }