はじめに
textlint の dry-run をよく忘れるので覚書。 そもそもデフォルトが dry-run だった。
Usage
npx textlint /path/to/target
キャッシュなし、設定ファイル指定の場合。
npx textlint --no-cache -c /path/to/textlintrc /path/to/target
自動修正時の場合。
npx textlint --dry-run --fix /path/to/target
環境
% npx textlint --version
v13.3.3
% sw_vers
ProductName: macOS
ProductVersion: 14.0
BuildVersion: 23A344