prettier/tests/quote_props/with_numbers.js

15 lines
100 B
JavaScript

obj = {
foo: "",
1: ""
};
obj = {
"bar": "",
1: ""
};
obj = {
"foo-bar": "",
1: ""
};