prettier-plugin-multiline-arrays
prettier-plugin-multiline-arrays copied to clipboard
type arrays are not getting wrapped
example:
this isn't getting force wrapped:
type MyType = [number, string];