update unicorn/prevent-abbreviations rule
This commit is contained in:
11
package.json
11
package.json
@@ -63,7 +63,18 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"./node_modules/@itsmapleleaf/configs/eslint",
|
"./node_modules/@itsmapleleaf/configs/eslint",
|
||||||
"plugin:unicorn/recommended"
|
"plugin:unicorn/recommended"
|
||||||
|
],
|
||||||
|
"rules": {
|
||||||
|
"unicorn/prevent-abbreviations": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"replacements": {
|
||||||
|
"props": false,
|
||||||
|
"args": false
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
"extensions": {
|
"extensions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user