dprint-plugin-typescript icon indicating copy to clipboard operation
dprint-plugin-typescript copied to clipboard

Allow single line methods and functions

Open dsherret opened this issue 5 years ago • 0 comments

For example:

prop: { method() { return 5; } },

// or
function test() { return 5; }

dsherret avatar Sep 21 '19 16:09 dsherret