update unicorn/prevent-abbreviations rule

This commit is contained in:
MapleLeaf
2021-12-09 02:53:57 -06:00
parent 6de7c6f1d0
commit 808baa28ae

View File

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