File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ Other Style Guides
303
303
304
304
eslint rules: [`quote-props`](http://eslint.org/docs/rules/quote-props.html).
305
305
306
- jscs rules: [`disallowQuotedKeysInObjects: "allExcept": ["reserved"] `](http://jscs.info/rule/disallowQuotedKeysInObjects).
306
+ jscs rules: [`disallowQuotedKeysInObjects`](http://jscs.info/rule/disallowQuotedKeysInObjects).
307
307
308
308
```javascript
309
309
// bad
@@ -451,7 +451,7 @@ Other Style Guides
451
451
452
452
eslint rules: [`quotes`](http://eslint.org/docs/rules/quotes.html).
453
453
454
- jscs rules: [`validateQuoteMarks: " ' " `](http://jscs.info/rule/validateQuoteMarks).
454
+ jscs rules: [`validateQuoteMarks`](http://jscs.info/rule/validateQuoteMarks).
455
455
456
456
```javascript
457
457
// bad
@@ -1488,7 +1488,7 @@ Other Style Guides
1488
1488
1489
1489
eslint rules: [` indent` ](http: // eslint.org/docs/rules/indent.html).
1490
1490
1491
- jscs rules: [`validateIndentation: 2 `](http://jscs.info/rule/validateIndentation).
1491
+ jscs rules: [` validateIndentation` ](http: // jscs.info/rule/validateIndentation).
1492
1492
1493
1493
` ` ` javascript
1494
1494
// bad
You can’t perform that action at this time.
0 commit comments