I opted to disabling table cell padding in remark-stringify, because it lessens diff noise, especially on big generated tables.
But the relevant lint plugin (remark-lint-table-cell-padding) only has the padded and compact modes. Compact is almost what I want, but it doesn't allow a space between pipes (|) and content.
In addition, remark-contributors generates padded tables.
So for now I'll switch to padded tables, and configure remark-lint-table-cell-padding with padded mode.
I opted to disabling table cell padding in
remark-stringify
, because it lessens diff noise, especially on big generated tables.But the relevant lint plugin (
remark-lint-table-cell-padding
) only has thepadded
andcompact
modes. Compact is almost what I want, but it doesn't allow a space between pipes (|
) and content.In addition,
remark-contributors
generates padded tables.So for now I'll switch to padded tables, and configure
remark-lint-table-cell-padding
withpadded
mode.FYI @ralphtheninja