-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from ryo-funaba/feat/update_markdownlint_rules
feat: markdownlint のルールを更新
- Loading branch information
Showing
4 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
{ | ||
"MD001": false, // 見出しのレベルは、一度に1レベルずつしか増加しないようにする。 | ||
"MD003": false, // 見出しのスタイル | ||
"MD013": { | ||
"line_length": 250 // 一行の文字数 | ||
"code_block_line_length": 250, // コードブロックの文字数 | ||
"line_length": 140, // 一行の文字数 | ||
"stern": true // 末尾の空白をチェック | ||
}, | ||
"MD014": false, // 出力を表示せずにコマンドの前に使用するドル記号 | ||
"MD022": false, // 見出しは空白行で囲む | ||
"MD024":false, // 同じ内容の見出しが複数ある | ||
"MD025":false, // 同一文書内に複数のトップレベル見出しがある | ||
"MD026":false, // 見出しの末尾の句読点 | ||
"MD033":false, // インラインHTML | ||
"MD034": false // 裸のURL | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters