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": {