X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=inline;f=.jscsrc;h=116c5cfbc87570a98e60ba313f29c4b78735b171;hb=9fd930f74592234f95f83c0c831339e5b49553e7;hp=46d98aa9dba1c6431ffac4ff70cc6163c283e79f;hpb=d6cc3721217d3d7b79fb7a3f3e4f87ec2fa1a27d;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jscsrc b/.jscsrc index 46d98aa9db..116c5cfbc8 100644 --- a/.jscsrc +++ b/.jscsrc @@ -7,7 +7,18 @@ "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