build: Remove redundant jscs rule 'disallowQuotedKeysInObjects'
authorRicordisamoa <ricordisamoa@openmailbox.org>
Fri, 18 Mar 2016 09:54:44 +0000 (10:54 +0100)
committerRicordisamoa <ricordisamoa@openmailbox.org>
Fri, 18 Mar 2016 09:54:44 +0000 (10:54 +0100)
{ "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

.jscsrc

diff --git a/.jscsrc b/.jscsrc
index 116c5cf..f3db218 100644 (file)
--- a/.jscsrc
+++ b/.jscsrc
@@ -4,7 +4,6 @@
 
        "requireVarDeclFirst": null,
 
-       "disallowQuotedKeysInObjects": "allButReserved",
        "requireDotNotation": { "allExcept": [ "keywords" ] },
        "jsDoc": {
                "checkAnnotations": {