From 80fdfa0ea0373629a50fdb201974c5710fed4d27 Mon Sep 17 00:00:00 2001 From: Ricordisamoa Date: Fri, 18 Mar 2016 10:54:44 +0100 Subject: [PATCH] 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 --- .jscsrc | 1 - 1 file changed, 1 deletion(-) 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": { -- 2.20.1