X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.jscsrc;h=f3db2184470aea4e65989d1e799a004245c14fe6;hp=3b94b90f07ab609648499a95205cca4afdb7c1b1;hb=17b36599950e57cf852fba672435f7686237bb30;hpb=abb7c6792fab5e9a6e0c088dd820fd3d74c13059 diff --git a/.jscsrc b/.jscsrc index 3b94b90f07..f3db218447 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,16 +4,14 @@ "requireVarDeclFirst": null, - "disallowQuotedKeysInObjects": "allButReserved", "requireDotNotation": { "allExcept": [ "keywords" ] }, "jsDoc": { "checkAnnotations": { "preset": "jsduck5", "extra": { - "context": true, - "source": true, - "see": true, - "private": true + "context": "some", + "source": "some", + "see": "some" } }, "checkParamNames": true,