diff --git a/.textlintignore b/.textlintignore index 3136aab70a..3d588cd59d 100644 --- a/.textlintignore +++ b/.textlintignore @@ -1,3 +1,3 @@ # hayagrivaのsrc/csl/archive.rsで管理されている参考文献フォーマット -website/dist/docs/reference/model/bibliography/index.html -website/dist/docs/reference/model/cite/index.html +website/dist/reference/model/bibliography/index.html +website/dist/reference/model/cite/index.html diff --git a/bun.lockb b/bun.lockb index f98c49d620..0620be1ed9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b657413d5d..78981b7e54 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "scripts": { "textlint-md": "textlint ./docs/", "textlint-md:fix": "textlint --fix ./docs/", - "textlint-html": "textlint ./website/dist/docs/" + "textlint-html": "textlint ./website/dist/" }, "devDependencies": { "@types/bun": "latest", - "textlint": "^14.3.0", + "textlint": "^15.2.2", "textlint-filter-rule-comments": "^1.2.2", "textlint-plugin-html": "^1.0.1", "textlint-rule-preset-jtf-style": "^2.3.14"