mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ♻️ Make auth store require less null checks
This commit is contained in:
parent
68e23a818a
commit
b23ed66401
32 changed files with 111 additions and 124 deletions
|
|
@ -90,7 +90,9 @@
|
|||
"noUselessElse": "error",
|
||||
"noCommonJs": "error"
|
||||
},
|
||||
"nursery": {}
|
||||
"nursery": {
|
||||
"noUnnecessaryConditions": "error"
|
||||
}
|
||||
}
|
||||
},
|
||||
"formatter": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue