prettier/tests/quotes/objects.js

6 lines
53 B
JavaScript

const obj = {
'a': true,
b: true,
"𐊧": true,
}