prettier/tests/assignment/binaryish.js

10 lines
260 B
JavaScript

const computedDescriptionLines = (showConfirm &&
descriptionLinesConfirming) ||
(focused && !loading && descriptionLinesFocused) ||
descriptionLines;
computedDescriptionLines = (focused &&
!loading &&
descriptionLinesFocused) ||
descriptionLines;