From a2b28da4d96939fad797fd63626a791a74e9068c Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 22 Jul 2022 23:06:46 -0700 Subject: [PATCH] Add .markdownlint.jsonc file from markdownlint-cli2, update README.md accordingly. --- .markdownlint.jsonc | 18 ++++++++++++++++++ README.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .markdownlint.jsonc diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc new file mode 100644 index 0000000..9ed85d8 --- /dev/null +++ b/.markdownlint.jsonc @@ -0,0 +1,18 @@ +{ + "line-length": { + "strict": true, + "code_blocks": false + }, + "proper-names": { + "code_blocks": false, + "names": [ + "CommonMark", + "JavaScript", + "Markdown", + "markdown-it", + "markdownlint", + "markdownlint-cli2", + "Node.js" + ] + } +} diff --git a/README.md b/README.md index 6f6501e..e89c789 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ issues will be fixed automatically. If set to `config`, the `markdownlint-cli2-config` command is run and the first element of `globs` should specify a supported configuration file. -For more detail: [command line documentation for `markdownlint-cli2`][command-line]. +For more detail: [documentation for `markdownlint-cli2`][command-line]. ### globs (optional)