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