About
Flint’s Markdown plugin supports linting .md source code.
It comes provided with the flint npm package.
Presets
Section titled “Presets”logical
Section titled “logical”Rules that find bugs and enforce good Markdown practices for most-to-all Markdown files.
import { defineConfig, md } from "flint";
export default defineConfig({ use: [ { files: md.files.all, rules: md.presets.logical, }, ],});
Made with ❤️🔥 in Boston by
Josh Goldberg and contributors.