-
https://github.com/textlint/textlint-filter-rule-comments#options
``` json5
{
"filters": {
"ignore-comments": {
// enable comment directive
// if comment has the v…
-
ignore node-type is deprecated
-
★が全くない章もあるのである程度統一が必要そうだと思いました。
https://y-yu.github.io/scala_text_pdf/scala_text.pdf#page=3
選択肢
1. 章ごと
2. 章・節ごと
3. 全部とってしまう
4. 統一しなくてよい
5. `abstract override` など、補足的な節であるという目印を除いて、難易度表記自体を削除してしまう。(…
-
https://github.com/eslint/eslint-plugin-markdown
でコードのチェックはできるが、このコードはチェックしないという事を表示しないで表現することができない。
そのためtextlintのルールとしてeslintを実装することで、filter ruleが使えるeslint + markdownを実装する
-
プリセットとして提供する。
初期値をどうするかが問題になりそう。
JTFスタイルと同じ感じになるかなー https://github.com/azu/textlint-rule-preset-JTF-style
-
https://github.com/continuous-manual-writing/writing-guideline/blob/master/writing-standard.md
# 規約リスト
規約はトピックごとに存在します。
## 文長に関する規約
- [x] [文長は90文字以下とする](https://github.com/continuous-manual-writing/b…
-
- Add minimum gap parameter
- follow the behavior of textlint-rule-no-doubled-joshi (https://github.com/azu/textlint-rule-no-doubled-joshi)
-
Because they look proper english words as misspellings.
```
> textlint content/*.md content/post/*.md -f pretty-error
spellcheck-tech-word: blog => ブログ
/home/travis/build/randompaper/randompaper.co…
-
When I try to install with `npm install textlint-rule-en-max-word-count` I get:
```
npm ERR! 404 Registry returned 404 for GET on http://registry.npmjs.org/textlint-rule-en-max-word-count
npm ERR! 40…
-
Draft for ReleaseNotes
## Features
### Filter rule
- "filter rule" support #216 #207
Filter rule provide filtering error by linting rule.
For example, [textlint-filter-rule-comments](https://github…