markdownlint: disable line length via config

We don't want the markdownlint warning for line length when in a table
or code block but even with those disabled, markdownlint sometimes
gives spurious warnings.  Disable it with a config rather than as an
argument.

We will end up getting the code reformatted with prettier anyhow which
will handle line lengths on its own.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I6a6d2b2c798266ef067ba2b6b1e02279b59e1461
2 files changed