X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jscsrc;h=f3db2184470aea4e65989d1e799a004245c14fe6;hb=bdc664e4eadfebdd6574cf0dc49deb0672c0d668;hp=3b94b90f07ab609648499a95205cca4afdb7c1b1;hpb=ea9fcc1e4d3b572199d82c426024e3e5efe23879;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,