1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00
Files
archived-doc-ja/build/package.json
Takuya Aramaki 1f20a94b74 textlint の導入 (#238)
* textlint-rules-prh 導入

* CIにTextlintを追加

* textlintエラー修正: 静的 → static
2025-01-13 13:07:41 +09:00

8 lines
130 B
JSON

{
"devDependencies": {
"textlint": "^14.4.0",
"textlint-plugin-html": "^1.0.1",
"textlint-rule-prh": "^6.0.0"
}
}