X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jscsrc;h=3b94b90f07ab609648499a95205cca4afdb7c1b1;hb=3767f6c58cf5e38ffc661e8c50dc2b255e33c48f;hp=c1fbc9ae49f84e6b31ebfa2328f0dea4e204a0e2;hpb=e8608b94a51eeccdf692e7fd1907f28fdf814f18;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jscsrc b/.jscsrc index c1fbc9ae49..3b94b90f07 100644 --- a/.jscsrc +++ b/.jscsrc @@ -7,7 +7,17 @@ "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,