|
61 | 61 | "format:fix": "run-p \"format:prettier --write\" format:package", |
62 | 62 | "format:package": "tsx ./scripts/fixpack.ts", |
63 | 63 | "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", |
65 | 65 | "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\"", |
69 | 67 | "prebuild": "test \"$CI\" = true && npx pnpm install -r --store=node_modules/.pnpm-store || echo skipping pnpm install", |
70 | 68 | "preinstall": "node ./scripts/preinstall.js", |
71 | 69 | "prepare": "git config --local core.hooksPath .githooks", |
|
93 | 91 | "@rollup/plugin-node-resolve": "^16.0.0", |
94 | 92 | "@rollup/plugin-replace": "^6.0.0", |
95 | 93 | "@rollup/plugin-terser": "^0.4.3", |
96 | | - "@secretlint/secretlint-rule-preset-recommend": "^9.0.0", |
97 | 94 | "@swc/core": "^1.10.4", |
98 | | - "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0", |
99 | 95 | "@types/eslint": "^9.6.1", |
100 | 96 | "@types/jsdom": "^21.1.1", |
101 | 97 | "@types/node": "^22.10.3", |
|
134 | 130 | "rollup-plugin-node-builtins": "^2.1.2", |
135 | 131 | "rollup-plugin-node-globals": "^1.4.0", |
136 | 132 | "rollup-plugin-typescript2": "^0.36.0", |
137 | | - "secretlint": "^9.0.0", |
138 | 133 | "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", |
156 | 134 | "trash-cli": "^6.0.0", |
157 | 135 | "tslib": "^2.6.2", |
158 | 136 | "tsx": "^4.11.2", |
|
183 | 161 | "*.ts?(x)": [ |
184 | 162 | "prettier --parser=typescript --write", |
185 | 163 | "eslint --fix" |
186 | | - ], |
187 | | - "*": [ |
188 | | - "secretlint" |
189 | 164 | ] |
190 | 165 | }, |
191 | 166 | "packageManager": "pnpm@10.2.0", |
|
0 commit comments