Skip to content

Commit

Permalink
build: Remove redundant jscs rule 'disallowQuotedKeysInObjects'
Browse files Browse the repository at this point in the history
{ "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
  • Loading branch information
ricordisamoa committed Mar 18, 2016
1 parent c42f066 commit 80fdfa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

"requireVarDeclFirst": null,

"disallowQuotedKeysInObjects": "allButReserved",
"requireDotNotation": { "allExcept": [ "keywords" ] },
"jsDoc": {
"checkAnnotations": {
Expand Down

0 comments on commit 80fdfa0

Please sign in to comment.