Skip to content

Commit fd1f851

Browse files
authored
Merge pull request #847 from dev-hato/rm_rule
非推奨のtextlintルール削除
2 parents 12a404e + 541e306 commit fd1f851

3 files changed

Lines changed: 3 additions & 26 deletions

File tree

.github/linters/.textlintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"1.1.3.箇条書き": false,
3737
"4.3.1.丸かっこ()": false,
3838
"4.3.2.大かっこ[]": false
39-
},
40-
"spellcheck-tech-word": true
39+
}
4140
}
4241
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"textlint-rule-prefer-tari-tari": "^1.0.3",
1616
"textlint-rule-preset-ja-spacing": "^2.2.0",
1717
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
18-
"textlint-rule-preset-jtf-style": "^2.3.12",
19-
"textlint-rule-spellcheck-tech-word": "^5.0.0"
18+
"textlint-rule-preset-jtf-style": "^2.3.12"
2019
},
2120
"resolutions": {
2221
"ansi-regex": "^5.0.1"

yarn.lock

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,14 +2087,6 @@ spdx-license-ids@^3.0.0:
20872087
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
20882088
integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==
20892089

2090-
spellcheck-technical-word@^2.0.0:
2091-
version "2.0.0"
2092-
resolved "https://registry.yarnpkg.com/spellcheck-technical-word/-/spellcheck-technical-word-2.0.0.tgz#cb0376b8bbda6239b6be009878cf81cf17080503"
2093-
integrity sha1-ywN2uLvaYjm2vgCYeM+BzxcIBQM=
2094-
dependencies:
2095-
structured-source "^3.0.2"
2096-
technical-word-rules "^1.4.2"
2097-
20982090
sprintf-js@~1.0.2:
20992091
version "1.0.3"
21002092
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -2197,11 +2189,6 @@ table@^6.7.3:
21972189
string-width "^4.2.3"
21982190
strip-ansi "^6.0.1"
21992191

2200-
technical-word-rules@^1.4.2:
2201-
version "1.9.5"
2202-
resolved "https://registry.yarnpkg.com/technical-word-rules/-/technical-word-rules-1.9.5.tgz#49f0a9e78c6b2ef02a1a404790ddd8f5310aafbc"
2203-
integrity sha512-2sqzeb3aE23GtIO9fL9sDbqdt4vnoks7nWZRUgqEvYkjEmmQjrnVfl3WTURBZFrpgAXBNk0AMhWCj+17mzYXhw==
2204-
22052192
text-table@^0.2.0:
22062193
version "0.2.0"
22072194
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
@@ -2233,7 +2220,7 @@ textlint-rule-helper@2.0.1:
22332220
dependencies:
22342221
unist-util-visit "^1.1.0"
22352222

2236-
textlint-rule-helper@^1.1.2, textlint-rule-helper@^1.1.5:
2223+
textlint-rule-helper@^1.1.5:
22372224
version "1.2.0"
22382225
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-1.2.0.tgz#be68d47a5146b16dd116278c9aeb7bd35631ccda"
22392226
integrity sha1-vmjUelFGsW3RFieMmut701YxzNo=
@@ -2618,14 +2605,6 @@ textlint-rule-sentence-length@^3.0.0:
26182605
textlint-rule-helper "^2.1.1"
26192606
textlint-util-to-string "^3.1.1"
26202607

2621-
textlint-rule-spellcheck-tech-word@^5.0.0:
2622-
version "5.0.0"
2623-
resolved "https://registry.yarnpkg.com/textlint-rule-spellcheck-tech-word/-/textlint-rule-spellcheck-tech-word-5.0.0.tgz#279be31fd4b395e1f87b4a1ef6392f1504894c42"
2624-
integrity sha1-J5vjH9SzleH4e0oe9jkvFQSJTEI=
2625-
dependencies:
2626-
spellcheck-technical-word "^2.0.0"
2627-
textlint-rule-helper "^1.1.2"
2628-
26292608
textlint-util-to-string@^2.1.1:
26302609
version "2.1.1"
26312610
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-2.1.1.tgz#7e456f16a2abc07e473cb9591acf19f110def2d1"

0 commit comments

Comments
 (0)