You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AER-4544 - list the exports instead of tabulating them
Review: an unpadded table needs a prettier-ignore to survive format:check,
and having to explain a formatting workaround in markdown comments is a cost
of its own. Prettier's table padding is hardcoded - there is no option for it,
printWidth does not affect it, and the one plugin in that space aligns rather
than unpads - so keeping a table meant keeping the escape hatch.
A list drops it entirely: prettier leaves these lines alone by default, an
added export is one entry, and nothing has to be ignored or explained. The
descriptions are full sentences of varying length, so the grid was not buying
much scanning value anyway.
0 commit comments