From: Ricordisamoa Date: Fri, 18 Mar 2016 09:54:44 +0000 (+0100) Subject: build: Remove redundant jscs rule 'disallowQuotedKeysInObjects' X-Git-Tag: 1.31.0-rc.0~7580 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/Three?a=commitdiff_plain;h=80fdfa0ea0373629a50fdb201974c5710fed4d27;p=lhc%2Fweb%2Fwiklou.git build: Remove redundant jscs rule 'disallowQuotedKeysInObjects' { "allExcept": [ "reserved" ] } found in the wikimedia preset is the same as the customized "allButReserved" present in MediaWiki, except that the latter is deprecated as stated at: http://jscs.info/rule/disallowQuotedKeysInObjects Change-Id: I5de2a8f7ad42857ccdc793551d08c77e2aae8156 --- diff --git a/.jscsrc b/.jscsrc index 116c5cfbc8..f3db218447 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,7 +4,6 @@ "requireVarDeclFirst": null, - "disallowQuotedKeysInObjects": "allButReserved", "requireDotNotation": { "allExcept": [ "keywords" ] }, "jsDoc": { "checkAnnotations": {