alexilyaev / alexilyaev/fed-reference

Lint markdown

オープン
#1 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
7
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

We should use [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli), but they don't seem to support glob patterns so we can't ignore `node_modules` ([opened a ticket](https://github.com/igorshubovych/markdownlint-cli/issues/16)).

Another option is Gil's [check-all-markdown](https://github.com/create-oss/check-all-markdown), but it has no flag to run just the Markdown lint without the URL checks ([opened a ticket](https://github.com/create-oss/check-all-markdown/issues/2))

Or we can write our own package to just lint Markdown with markdownlint-cli using [globby](https://github.com/sindresorhus/globby) to support normal glob matching and ignore `node_modules` and `.git` folder by default.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。