From 808baa28aec405ba35cbf6ca9b311aa91e23b572 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Thu, 9 Dec 2021 02:53:57 -0600 Subject: [PATCH] update unicorn/prevent-abbreviations rule --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 38c1d60..a0a05a3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,18 @@ "extends": [ "./node_modules/@itsmapleleaf/configs/eslint", "plugin:unicorn/recommended" - ] + ], + "rules": { + "unicorn/prevent-abbreviations": [ + "error", + { + "replacements": { + "props": false, + "args": false + } + } + ] + } }, "ava": { "extensions": {