-
## Issue
vscode-textlint detect ignored line with "textlint-filter-rule-comments"
![image](https://user-images.githubusercontent.com/36843875/179005854-b73f02f0-ad26-4dcb-9d12-caaa4eb59e89.png)
…
-
Translation Policy をもとに、以下の拡充をしたいです
https://github.com/InnerSourceCommons/jp-contents/blob/main/textlint/rules.yml
@bory-kb さんとか、いかがです?
-
Japanese Translation of InnerSource Patterns is in the early phases. InnerSource Commons Japan has adopted textlint, including unifying Japanese notation and improving readability, and discussions are…
-
**Is your feature request related to a problem? Please describe.**
Yes. We cannot disable the new [textlint](https://textlint.github.io/) that is added in [v4.8.2](https://github.com/github/super-lin…
-
**What version of textlint are you using?**
```
$ npx textlint -v
v12.2.1
```
**What file type (Markdown, plain text, etc.) are you using?**
Markdown
**What did you do? Please include the act…
-
## Describe the bug
For the R language linter, when linting a package, the package is getting installed but it's dependencies do not, hence raising lint errors
## Expected behavior
Would expe…
-
https://github.com/stzn/the-swift-programming-language-jp/pull/326#discussion_r931985009
ここで書きましたが、`〜である〜`と書きたい所を`〜な〜`と書いている箇所が散見されます。
[textlint-rule-no-mix-dearu-desumasuのREADME](https://github.c…
-
I've run into this issue every time there's a textlint issue. When I run superlinter locally (on changed files - not sure if this is important), like this:
```
docker run \
-e FILTER_REGEX_I…
-
## What's Changed
* Bump @textlint-ja/textlint-rule-no-insert-dropping-sa from 1.0.2 to 2.0.1 by @dependabot in https://github.com/kijimaD/roam/pull/1
* Bump textlint from 11.9.1 to 12.0.0 by @dependa…
-
Just as we have linting for JS and SCSS, let's add linting for Markdown documentation files as well. Follow the example of JS and SCSS linting.
- The first step is to decide what linter to use. We …