File tree 2 files changed +7
-7
lines changed
packages/textlint-rule-ja-space-between-half-and-full-width
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ textlint --rule ja-space-between-half-and-full-width README.md
87
87
space: []
88
88
}
89
89
90
- スペースは必須だが、` Eコーマス ` だけはスペースなしを許可する。
90
+ スペースは必須だが、` Eコマース ` だけはスペースなしを許可する。
91
91
92
- text: "例外的にEコーマスはスペースなしでも通す ",
92
+ text: "例外的にEコマースはスペースなしでも通す ",
93
93
options: {
94
94
space: "always",
95
- allows: ["Eコーマス "]
95
+ allows: ["Eコマース "]
96
96
}
97
97
98
98
## Changelog
Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ Pull Request、コミットのやりかたなどが書かれています。`,
128
128
} ,
129
129
// allows,
130
130
{
131
- text : "Eコーマス " ,
131
+ text : "Eコマース " ,
132
132
options : {
133
133
space : "always" ,
134
- allows : [ "Eコーマス " ]
134
+ allows : [ "Eコマース " ]
135
135
}
136
136
} ,
137
137
{
@@ -142,10 +142,10 @@ Pull Request、コミットのやりかたなどが書かれています。`,
142
142
}
143
143
} ,
144
144
{
145
- text : "E コーマス " ,
145
+ text : "E コマース " ,
146
146
options : {
147
147
space : "never" ,
148
- allows : [ "E コーマス " ]
148
+ allows : [ "E コマース " ]
149
149
}
150
150
}
151
151
] ,
You can’t perform that action at this time.
0 commit comments