File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2001,7 +2001,7 @@ Other Style Guides
2001
2001
2002
2002
// 'type' is ignored even if unused because it has a rest property sibling.
2003
2003
// This is a form of extracting an object that omits the specified keys.
2004
- // 'type'はrestプロパティを隣に持つため、未使用でも無視されます 。
2004
+ // 残りのプロパティがあるため、 'type' は未使用でも無視されます 。
2005
2005
// これは、指定されたキーを省略したオブジェクトを抽出する形式です。
2006
2006
var { type, ...coords } = data;
2007
2007
// 'coords' is now the 'data' object without its 'type' property.
@@ -3037,7 +3037,7 @@ Other Style Guides
3037
3037
3038
3038
<a name="whitespace--computed-property-spacing"></a>
3039
3039
- [19.15](#whitespace--computed-property-spacing) Enforce spacing inside of computed property brackets. eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
3040
- - [19.15](#whitespace--computed-property-spacing) 計算用プロパティの括弧の中のスペースを強制する 。eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
3040
+ - [19.15](#whitespace--computed-property-spacing) 計算プロパティの括弧の中にスペースは入れないこと 。eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
3041
3041
3042
3042
```javascript
3043
3043
// bad
You can’t perform that action at this time.
0 commit comments