Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56ea6c7

Browse files
committed
remove specific rule values in text
1 parent 2bd22f0 commit 56ea6c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Other Style Guides
303303
304304
eslint rules: [`quote-props`](http://eslint.org/docs/rules/quote-props.html).
305305
306-
jscs rules: [`disallowQuotedKeysInObjects: "allExcept": ["reserved"]`](http://jscs.info/rule/disallowQuotedKeysInObjects).
306+
jscs rules: [`disallowQuotedKeysInObjects`](http://jscs.info/rule/disallowQuotedKeysInObjects).
307307
308308
```javascript
309309
// bad
@@ -451,7 +451,7 @@ Other Style Guides
451451
452452
eslint rules: [`quotes`](http://eslint.org/docs/rules/quotes.html).
453453
454-
jscs rules: [`validateQuoteMarks: "'"`](http://jscs.info/rule/validateQuoteMarks).
454+
jscs rules: [`validateQuoteMarks`](http://jscs.info/rule/validateQuoteMarks).
455455
456456
```javascript
457457
// bad
@@ -1488,7 +1488,7 @@ Other Style Guides
14881488

14891489
eslint rules: [`indent`](http://eslint.org/docs/rules/indent.html).
14901490

1491-
jscs rules: [`validateIndentation: 2`](http://jscs.info/rule/validateIndentation).
1491+
jscs rules: [`validateIndentation`](http://jscs.info/rule/validateIndentation).
14921492

14931493
```javascript
14941494
// bad

0 commit comments

Comments
 (0)