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