-
## Summary
Make textlint preset more casual
## UseCase
The user use `preset-x` and `rule-a`.
`preset-x` contain `rule-a`, but also use `rule-a`.
```
{
"rules": {
"preset-x": {
…
-
Update schema for [textlint-rule-no-mix-dearu-desumasu](https://www.npmjs.com/package/textlint-rule-no-mix-dearu-desumasu).
:up: [textlint-rule-no-mix-dearu-desumasu](https://www.npmjs.com/package/te…
-
## command
``` sh
$ DEBUG=textlint* ./node_modules/.bin/textlint -c .textlintrc readme.md
Wed, 27 Apr 2016 16:09:20 GMT textlint:cli Running on files, stdin-filename: undefined
Wed, 27 Apr 2016 16:09…
-
textlint not have "ignoring sentence/paragraph with inline comment" feature like http://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments
But, "text" may have not "comment".…
-
[AST explorer](https://astexplorer.net/) is useful for JavaScript AST.
I'v see [Add new transformer for creation of ESLint rules by Daniel15 · Pull Request #104 · fkling/astexplorer](https://github.c…
-
We need to check periodically new textlint rules and updates of existing rules.
### Strategy
- We can use NPM search with `textlint-rule-` prefix: https://www.npmjs.com/search?q=textlint-rule-
- To ch…
-
## 環境
```
$ prh --version
1.0.0
```
## 問題
カタカナ語の末尾に長音をつけるように統一しようと思い、以下のルールを定義します。
```
$ cat prh.yml
version: 1
rules:
- expected: サーバー
pattern: サーバ
```
以下のファイルを対象として、
```
$ cat sample.md
…
-
> Aである`code`です。
「である/ですます」混在となってしまう。
設定: デフォルト
## Expected
No Error
## Actual
本文: "である"調 と "ですます"調 が混在
-
Currently, [TxtNode type](https://github.com/textlint/textlint/blob/master/docs/txtnode.md#type) is based on Markdown interface.
(Almost types are come from [wooorm/remark](https://github.com/wooorm/r…
-
- [x] 今週やったこと\n- [ ] 来週やること\n- [ ] 雑記\n自由に書く場所…