prettier/tests/object_colon_bug/bug.js

5 lines
70 B
JavaScript

const foo = {
bar: props.bar ? props.bar : noop,
baz: props.baz
}