Highlights and provides fixes to convert object properties to ES6 shorthand style, e.g.
var obj = {foo:foo}
to
var obj = {foo}