From 56ea6c7351819e51dfe80c0cbb9e9c2eab093090 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sat, 16 Jan 2016 22:27:41 -0500 Subject: [PATCH] remove specific rule values in text --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 209840be..6def9f3a 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Other Style Guides eslint rules: [`quote-props`](http://eslint.org/docs/rules/quote-props.html). - jscs rules: [`disallowQuotedKeysInObjects: "allExcept": ["reserved"]`](http://jscs.info/rule/disallowQuotedKeysInObjects). + jscs rules: [`disallowQuotedKeysInObjects`](http://jscs.info/rule/disallowQuotedKeysInObjects). ```javascript // bad @@ -451,7 +451,7 @@ Other Style Guides eslint rules: [`quotes`](http://eslint.org/docs/rules/quotes.html). - jscs rules: [`validateQuoteMarks: "'"`](http://jscs.info/rule/validateQuoteMarks). + jscs rules: [`validateQuoteMarks`](http://jscs.info/rule/validateQuoteMarks). ```javascript // bad @@ -1488,7 +1488,7 @@ Other Style Guides eslint rules: [`indent`](http://eslint.org/docs/rules/indent.html). - jscs rules: [`validateIndentation: 2`](http://jscs.info/rule/validateIndentation). + jscs rules: [`validateIndentation`](http://jscs.info/rule/validateIndentation). ```javascript // bad