Skip to content

Commit 88fcc84

Browse files
committed
fix: レビューコメントに基づく修正
- .textlintrc.jsonを元のpreset-japanese設定に戻す - package.jsonから不要な依存関係とスクリプトを削除 - website関連の一時ファイルを削除 - exampleからgh-pages依存を削除
1 parent 1b7e186 commit 88fcc84

File tree

10 files changed

+3
-2347
lines changed

10 files changed

+3
-2347
lines changed

.textlintrc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"plugins": {},
33
"filters": {},
44
"rules": {
5-
"preset-ai-writing": {
6-
"no-ai-colon-continuation": true,
7-
"no-ai-emphasis-patterns": true,
8-
"no-ai-hype-expressions": true,
9-
"no-ai-list-formatting": true,
10-
"ai-tech-writing-guideline": true
11-
}
5+
"preset-japanese": true
126
}
137
}

example/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@textlint/website-generator": "^0.18.0",
1616
"textlint": "^14.8.4",
1717
"textlint-filter-rule-comments": "^1.2.2",
18-
"install-local": "^3.0.1",
19-
"gh-pages": "^6.3.0"
18+
"install-local": "^3.0.1"
2019
}
2120
}

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
"lint:text": "textlint README.md",
4141
"lint:README": "bash lint-README.sh",
4242
"test:unit": "textlint-scripts test",
43-
"watch": "textlint-scripts build --watch",
44-
"website:build": "npm run build && cd example && npm install && npm run website",
45-
"website:dev": "npm run website:build && npx http-server ./example/dist",
46-
"website:deploy": "npm run website:build && gh-pages -d ./example/dist"
43+
"watch": "textlint-scripts build --watch"
4744
},
4845
"lint-staged": {
4946
"*.{js,jsx,ts,tsx,css}": [
@@ -59,9 +56,7 @@
5956
"devDependencies": {
6057
"@biomejs/biome": "^2.0.6",
6158
"@textlint/types": "^14.8.4",
62-
"@textlint/website-generator": "^0.18.0",
6359
"@types/node": "^24.0.1",
64-
"gh-pages": "^6.3.0",
6560
"husky": "^9.1.7",
6661
"lint-staged": "^16.1.2",
6762
"textlint": "^14.8.4",

website-textlintrc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

website/.textlintrc.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/package-lock.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

website/package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

website/public/index.html

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)