Skip to content

Commit 603251b

Browse files
committed
fix: remove textlint from package.json
Signed-off-by: prisis <[email protected]>
1 parent 24059d4 commit 603251b

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

package.json

+1-19
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
"@semantic-release/github": "8.0.2",
5757
"@semantic-release/npm": "8.0.3",
5858
"@semantic-release/release-notes-generator": "10.0.3",
59-
"@textlint-rule/textlint-rule-no-invalid-control-character": "2.0.0",
60-
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
61-
"@textlint-rule/textlint-rule-preset-google": "0.1.2",
6259
"babel-jest": "^27.4.6",
6360
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
6461
"commitizen": "4.2.4",
@@ -76,23 +73,8 @@
7673
"sort-package-json": "1.53.1",
7774
"stylelint": "14.3.0",
7875
"textlint": "12.1.0",
79-
"textlint-filter-rule-comments": "^1.2.2",
80-
"textlint-rule-abbr-within-parentheses": "1.0.2",
81-
"textlint-rule-alex": "3.0.0",
82-
"textlint-rule-apostrophe": "2.0.0",
83-
"textlint-rule-common-misspellings": "1.0.1",
84-
"textlint-rule-diacritics": "1.0.0",
85-
"textlint-rule-en-capitalization": "2.0.3",
86-
"textlint-rule-footnote-order": "1.0.3",
87-
"textlint-rule-helper": "2.2.1",
88-
"textlint-rule-no-dead-link": "4.8.0",
89-
"textlint-rule-no-empty-section": "1.1.0",
90-
"textlint-rule-no-todo": "2.0.1",
91-
"textlint-rule-terminology": "2.1.5",
92-
"textlint-rule-write-good": "2.0.0",
9376
"ts-jest": "27.1.3",
94-
"typescript": "4.5.5",
95-
"write-good": "1.0.8"
77+
"typescript": "4.5.5"
9678
},
9779
"devDependencies": {
9880
"@types/jest": "27.4.0",

0 commit comments

Comments
 (0)