X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jscsrc;h=3b94b90f07ab609648499a95205cca4afdb7c1b1;hb=67753f1ad049c5d0af348230ec5c939fb71659a2;hp=aaa876c3e22e6bdccbb6d5756fe51b670ae1dbbf;hpb=7b0df4e54913bcebb312279642e9bc19a6d366d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jscsrc b/.jscsrc index aaa876c3e2..3b94b90f07 100644 --- a/.jscsrc +++ b/.jscsrc @@ -7,6 +7,19 @@ "disallowQuotedKeysInObjects": "allButReserved", "requireDotNotation": { "allExcept": [ "keywords" ] }, "jsDoc": { + "checkAnnotations": { + "preset": "jsduck5", + "extra": { + "context": true, + "source": true, + "see": true, + "private": true + } + }, + "checkParamNames": true, + "checkRedundantAccess": true, + "checkRedundantReturns": true, + "checkTypes": "strictNativeCase", "requireNewlineAfterDescription": true, "requireParamTypes": true, "requireReturnTypes": true