X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=blobdiff_plain;f=.jscsrc;h=f3db2184470aea4e65989d1e799a004245c14fe6;hb=53830e84ede2967ba49bee230b629d680d648cf4;hp=aaa876c3e22e6bdccbb6d5756fe51b670ae1dbbf;hpb=266dbe55e8c752654a1041a77063ae5d389c2f75;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jscsrc b/.jscsrc index aaa876c3e2..f3db218447 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,9 +4,20 @@ "requireVarDeclFirst": null, - "disallowQuotedKeysInObjects": "allButReserved", "requireDotNotation": { "allExcept": [ "keywords" ] }, "jsDoc": { + "checkAnnotations": { + "preset": "jsduck5", + "extra": { + "context": "some", + "source": "some", + "see": "some" + } + }, + "checkParamNames": true, + "checkRedundantAccess": true, + "checkRedundantReturns": true, + "checkTypes": "strictNativeCase", "requireNewlineAfterDescription": true, "requireParamTypes": true, "requireReturnTypes": true