diff --git a/.rules/.markdownlint.jsonc b/.rules/.markdownlint.jsonc index b6cb536..e2a6e5b 100644 --- a/.rules/.markdownlint.jsonc +++ b/.rules/.markdownlint.jsonc @@ -1,3 +1,4 @@ { - "line-length": 200 -} \ No newline at end of file + "MD013": { "line_length": 200 } +} + \ No newline at end of file