electrovir/prettier-plugin-multiline-arrays

type arrays are not getting wrapped

Opened this issue · 0 comments

example:

this isn't getting force wrapped:

type MyType = [number, string];