Add new rule to xo

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-19 21:46:08 +04:00
parent e46bd02f8c
commit 271cffd912
+2 -1
View File
@@ -89,7 +89,8 @@
}
],
"node/prefer-global/process": "off",
"func-names": "off"
"func-names": "off",
"unicorn/prevent-abbreviations": "off"
}
}
}