prettier/tests/quotes/functions.js

6 lines
80 B
JavaScript
Raw Normal View History

2017-01-13 09:30:35 +03:00
const a = () => "Foo bar";
function b(object, key) {
return object['key'];
}