JSer.infoの記事フォーマットをtextlintで処理しやすいように変換するProcessor Plugin.
npm install textlint-plugin-jser-markdown
{
"plugins": [
"jser-markdown"
]
}
JSer.infoの記事フォーマットをtextlintで処理しやすいように変換するProcessor Plugin.
----
## 6to5 · Turn ES6+ code into readable vanilla ES5
[6to5.org/](https://6to5.org/ "6to5 · Turn ES6+ code into readable vanilla ES5")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">ECMAScript</span> <span class="jser-tag">JavaScript</span> <span class="jser-tag">Tools</span></p>
包含的にES6のコードをES5に変換する6to5の公式サイトリニューアル。
JSXやFlowとか多くの部分に対応、polyfill出来るところは外部のpolyfillを読み込み対応、可読性が高いコードを吐くようになっている。
----
という内容を、以下のような形に変換します。
----
[6to5.org/](https://6to5.org/ "6to5 · Turn ES6+ code into readable vanilla ES5")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">ECMAScript</span> <span class="jser-tag">JavaScript</span> <span class="jser-tag">Tools</span></p>
包含的にES6のコードをES5に変換する6to5の公式サイトリニューアル。
JSXやFlowとか多くの部分に対応、polyfill出来るところは外部のpolyfillを読み込み対応、可読性が高いコードを吐くようになっている。
----
- Headerがそのままだと多くのルールで誤爆する(ここはサイトタイトルなので自分で書く場所ではない)
- HTMLは邪魔(大抵のルールは無視するはず)
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT