-
After long discussion #211, We decied that introduce "filter rule" and remove "ignoring rule".
## Problem of "ignoring rule"
Original issue is " `--fix` with ignoring rule does't work #211 ".
This i…
-
-
We have supported ignoring rule as experimental #193
Currently, ignoring don't work with fixer.
This issue describe this bug. It is a bug of textlint-self.
https://github.com/textlint/textlint-rule…
-
https://github.com/textlint/textlint/wiki/Collection-of-textlint-rule
- [textlint-rule-max-comma](https://github.com/azu/textlint-rule-max-comma)
- [textlint-rule-no-exclamation-question-mark](https:/…
-
- https://github.com/textlint/textlint/blob/master/docs/rule-advanced.md
Previously, we write ignore pattern in `Paragraph` node.
> 1. ignore Code.
> 2. replace Code to dummy object that is a single…
-
## Environment
- textlint@6.8.0
- [textlint-plugin-review](https://github.com/orangain/textlint-plugin-review)@0.3.1
- textlint-rule-ignore-comments@1.1.0
- [textlint-rule-prh](https://github.com/azu/…
-
Update schema for [textlint-filter-rule-comments](https://www.npmjs.com/package/textlint-filter-rule-comments).
:new: [textlint-filter-rule-comments](https://www.npmjs.com/package/textlint-filter-rul…
-
> 句読点と英単語の間はスペース入れないルールがある
> https://twitter.com/_tyru_/status/756291298571587584
読点(、)の後にスペースをいれるかどうかのルール
## ルール
- 読点(、)の後にはスペースを入れる入れない
- ただし、箇条書き(名詞の列挙)は例外として扱う
## オプション
オプションは大きく分けて、本文と箇条書きの設定が必…
-
`textlint-rule-max-comma@1.0.1` seems to have no `lib` directory and cannot be loaded.
```
$ npm i -D textlint-rule-max-comma
# ... snip ...
$ $(npm bin)/textlint --rule max-comma test.md
/Users/io-m…
-
textlint-plugin-htmlプラグインと併用する場合に、例えば
``` html
"code"
```
のようなHTMLフラグメントでエラーが報告されます。
momdo updated
8 years ago