Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 579 Bytes

dprint-markdown.md

File metadata and controls

29 lines (23 loc) · 579 Bytes

@ben_12/dprint/markdown

Format code with dprint.

Rule Details

Run dprint to format code.

Options

{
  "@ben_12/dprint/markdown": [
    "error",
    {
      // Use dprint JSON configuration file (default: "dprint.json")
      // It may be created using `dprint init` command
      // See also https://dprint.dev/config/
      "configFile": "dprint.json",
      "config": {
        // The markdown configuration of dprint
        // See also https://dprint.dev/plugins/markdown/config/
      }
    }
  ]
}