-
**What version of textlint are you using?**
v13.1.0
**What file type (Markdown, plain text, etc.) are you using?**
Markdown
**What did you do? Please include the actual source code causing…
-
https://github.com/textlint-rule/textlint-rule-no-dead-link/issues/129
Probably, This issue is related with textlint's core.
-
`textlint` already support `--rulesdir` command line option.
May `.textlintrc` support `rulesdir` or `rulesDirectory`?
We are careful to introduce new feature to `.textlintrc`.
Because, complex confi…
-
## Summary
Make textlint preset and config more casual.
## Purpose
textlint has three abstruction of collection rules.
- Plugin(not recommented that use as preset)
- Config - https://github.com/text…
-
When I've create a rule and test it.
https://github.com/textlint-rule/textlint-rule-no-duplicate-abbr/blob/0e496443352a451d17f04526893ba1c10c60eaf3/src/textlint-rule-no-duplicate-abbr.ts#L4-L12
…
-
同じ単語(トークン)と判定されてしまったようで、
```"九" が連続して2回使われています。```
というエラーが発生してしまった。
-
https://github.com/textlint/textlint/pull/1043 change this.
Other packages should follow it.
## TODO
- [ ] Remove `ts-node-test-register `
- [ ] Add `ts-node` field in tsconfig
- [ ] Maybe ad…
-
**What version of textlint are you using?**
11.2.1
**What file type (Markdown, plain text, etc.) are you using?**
Markdown
**What did you do? Please include the actual source code causin…
-
Many other linting tools have "recommended" presets that catch errors (rather than opinionated things) like:
- `eslint` has `eslint:recommended`
- `eslint-plugin-react` has `react/recommended`
- …
-
Out current thoughts on the next major.
Context: ESM support require Breaking Changes.
- #868
# Must
## Async for all
- Config Loading should be Async
- This is blocker for ESM Supp…