chore(lint): Update rule
This commit is contained in:
parent
729db347a2
commit
f1417c6bb1
|
@ -63,7 +63,8 @@
|
||||||
"no-useless-cast": false,
|
"no-useless-cast": false,
|
||||||
"no-hardcoded-credentials": false,
|
"no-hardcoded-credentials": false,
|
||||||
"no-nested-switch": false,
|
"no-nested-switch": false,
|
||||||
"unified-signatures": false
|
"unified-signatures": false,
|
||||||
|
"no-all-duplicated-branches": false
|
||||||
},
|
},
|
||||||
"rulesDirectory": []
|
"rulesDirectory": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue