-
I've been using https://github.com/tcort/markdown-link-check/ as a separate check to validate links in markdown. I was starting to see if I could leverage the `.markdownlint.json` as a config format f…
-
デフォルト設定では、全角スペースや全角感嘆符などの記号が連続している場合にも、エラーが出るようです。
そこで、記号に対してもエラーを出さないための設定を共有します。
※unicode の記号を完全には網羅していません。
```
options: {
allow: ['/[\\u2000-\\u2DFF\\u2E00-\\u33FF\\uF900-\\uFFFD]/'],
}
…
-
This problem occurs when used in conjunction with `ja-technical-writing`.
In the itemize and description environments, lines beginning with \item are recognized as a single sentence.
I have che…
-
https://github.com/prh/prh/commit/4bcdeb8e6524b543460e7fea38a9f2706b013a86 の変更により`filepath`として`undefined`や`null`を渡すと`path.normalize`により例外が投げられるようになりました。
- CI: https://travis-ci.org/azu/textlint-rul…
-
Meta issue for typescript-eslint integration.
Enable lint for TypeScript code.
Separated steps and Separated Tasks.
- [ ] Introduce ESLint for TypeScript #684 by @zweimach
- [ ] Setup confi…
-
- https://github.com/textlint/textlint/discussions/833
## Purpose
We want to support suggestion on editor like VSCode.
`--fix` is useful but it provide only a single suggestion.
Also, User can…
-
I was trying to get this working for testing, but looks like the textstat plugin is no longer compatible with the latest textlint api?
Here's the error I'm getting when I try run one of the only p…
-
linter の導入を検討する。
案(上にあるほど優先度高)
1. CI で lint をかける
- それぞれの環境に linter を導入する手間が省ける
- コミット後に lint がかかった差分チェックが必要
1. Gitpod で linter が入った環境を作る
- ローカルで開発環境整える必要がない
- ブラウザで作業するのがやりやすい…
-
Workflows started failing (e.g. [this one](https://github.com/FuelLabs/fuels-ts/actions/runs/8163138032/job/22315680938?pr=1826)) because a captcha was added to https://faucet-beta-5.fuel.network/. We…
-
charset gives false positives and reports utf8 to be ascii
how do i disable the rule? `"editorconfig/charset" : false,` has no effect.