Skip to content

Commit 9ddde2d

Browse files
committed
chore: update textlint
1 parent 99f717f commit 9ddde2d

File tree

5 files changed

+874
-9805
lines changed

5 files changed

+874
-9805
lines changed

.textlintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"comments": true
44
},
55
"rules": {
6+
"@textlint-ja/no-synonyms": true,
67
"max-ten": {
78
"max": 3
89
},

ja/jQuery/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ calculator.fn = calculator.prototype;
9191
[import, calculator-example.js](../../src/jQuery/calculator-example.js)
9292

9393
実装をみてもらうと分かりますが、JavaScriptの`prototype`の仕組みをそのまま利用しています。
94-
そのため、特別な実装は必要なく
95-
「拡張する時は`calculator.prototype`の代わりに`calculator.fn`を拡張してください」
96-
というルールがあるだけともいえます。
94+
そのため、「拡張する時は`calculator.prototype`の代わりに`calculator.fn`を拡張する」というルールがあるだけともいえます。
9795

9896
## エコシステム
9997

0 commit comments

Comments
 (0)