update unicorn/prevent-abbreviations rule
This commit is contained in:
11
package.json
11
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": {
|
||||
|
||||
Reference in New Issue
Block a user