prettier/tests/bracketSpacing/object.js

3 lines
61 B
JavaScript

const obj1 = {a:1, b:2, c:3}
const obj2 = { a:1, b:2, c:3 };