mirror of
https://github.com/we-promise/sure.git
synced 2026-05-30 07:49:01 +00:00
Biome lint flagged `(this.dataValue && this.dataValue.x) || fallback` as `lint/complexity/useOptionalChain`. Same behaviour with `this.dataValue?.x || fallback`, lint clean.