X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=.jscsrc;h=f3db2184470aea4e65989d1e799a004245c14fe6;hb=56f14e2b5d1b1a6fb90dce10c41ab199678dbd62;hp=3b94b90f07ab609648499a95205cca4afdb7c1b1;hpb=04fdc78370dbc042116488d6826e19bf3910273b;p=lhc%2Fweb%2Fwiklou.git 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,