forked from FoundKeyGang/FoundKey
chore(lint): Update rule
This commit is contained in:
parent
729db347a2
commit
f1417c6bb1
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@
|
|||
"no-useless-cast": false,
|
||||
"no-hardcoded-credentials": false,
|
||||
"no-nested-switch": false,
|
||||
"unified-signatures": false
|
||||
"unified-signatures": false,
|
||||
"no-all-duplicated-branches": false
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue