prettier/tests/trailing_comma/jsx.js

8 lines
70 B
JavaScript
Raw Normal View History

<div
onClick={() =>
doSomething({
foo: bar
})
}
/>;