Skip to content

Commit fdad45f

Browse files
committed
chore: drop secretlint and textlint
1 parent efdadc1 commit fdad45f

File tree

4 files changed

+6
-2283
lines changed

4 files changed

+6
-2283
lines changed

.secretlintrc.json

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

.textlintrc.js

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

package.json

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@
6161
"format:fix": "run-p \"format:prettier --write\" format:package",
6262
"format:package": "tsx ./scripts/fixpack.ts",
6363
"format:prettier": "prettier --config prettier.config.mjs --ignore-path .prettierignore --list-different '**/*.{ts,js,json,html}'",
64-
"lint": "run-p lint:secret lint:codes lint:docs",
64+
"lint": "run-p lint:codes",
6565
"lint:codes": "eslint . --cache",
66-
"lint:docs": "textlint --config .textlintrc.js docs/*.md docs/advanced/**/*.md docs/essentials/**/*.md docs/migration/**/*.md docs/api/injection.md packages/**/*.md",
67-
"lint:fix": "run-p \"lint:codes --fix\" \"lint:docs --fix\"",
68-
"lint:secret": "npx secretlint \"**/*\"",
66+
"lint:fix": "run-p \"lint:codes --fix\"",
6967
"prebuild": "test \"$CI\" = true && npx pnpm install -r --store=node_modules/.pnpm-store || echo skipping pnpm install",
7068
"preinstall": "node ./scripts/preinstall.js",
7169
"prepare": "git config --local core.hooksPath .githooks",
@@ -93,9 +91,7 @@
9391
"@rollup/plugin-node-resolve": "^16.0.0",
9492
"@rollup/plugin-replace": "^6.0.0",
9593
"@rollup/plugin-terser": "^0.4.3",
96-
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
9794
"@swc/core": "^1.10.4",
98-
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0",
9995
"@types/eslint": "^9.6.1",
10096
"@types/jsdom": "^21.1.1",
10197
"@types/node": "^22.10.3",
@@ -134,25 +130,7 @@
134130
"rollup-plugin-node-builtins": "^2.1.2",
135131
"rollup-plugin-node-globals": "^1.4.0",
136132
"rollup-plugin-typescript2": "^0.36.0",
137-
"secretlint": "^9.0.0",
138133
"serve-handler": "^6.1.6",
139-
"textlint": "^12.6.1",
140-
"textlint-filter-rule-comments": "^1.2.2",
141-
"textlint-rule-abbr-within-parentheses": "^1.0.2",
142-
"textlint-rule-apostrophe": "^2.0.0",
143-
"textlint-rule-common-misspellings": "^1.0.1",
144-
"textlint-rule-diacritics": "^1.0.0",
145-
"textlint-rule-en-capitalization": "^2.0.3",
146-
"textlint-rule-max-comma": "^4.0.0",
147-
"textlint-rule-max-doc-width": "^1.4.0",
148-
"textlint-rule-no-empty-section": "^1.1.0",
149-
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
150-
"textlint-rule-no-surrogate-pair": "^1.0.1",
151-
"textlint-rule-period-in-list-item": "^1.0.0",
152-
"textlint-rule-stop-words": "^4.0.0",
153-
"textlint-rule-terminology": "^4.0.0",
154-
"textlint-rule-unexpanded-acronym": "^1.2.4",
155-
"textlint-rule-write-good": "^2.0.0",
156134
"trash-cli": "^6.0.0",
157135
"tslib": "^2.6.2",
158136
"tsx": "^4.11.2",
@@ -183,9 +161,6 @@
183161
"*.ts?(x)": [
184162
"prettier --parser=typescript --write",
185163
"eslint --fix"
186-
],
187-
"*": [
188-
"secretlint"
189164
]
190165
},
191166
"packageManager": "pnpm@10.2.0",

0 commit comments

Comments
 (0)