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