talos/.markdownlint.json
Andrew Rynhard 37a7906f09 chore: fix markdown linting issues
This fixes random markdown linting issues. The previous `sentences-per-line`
library seems to be broken now, and unmaintained. This moves to using
`textlint` instead.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2020-04-26 20:38:03 -07:00

6 lines
58 B
JSON

{
"default": true,
"MD013": false,
"MD033": false
}