X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jscsrc;h=3b94b90f07ab609648499a95205cca4afdb7c1b1;hb=3c18e32e58d53ab38d1dd52d00f248ddef435ebd;hp=c1fbc9ae49f84e6b31ebfa2328f0dea4e204a0e2;hpb=27298dc23d19f8f81255b73bba80d1d1e8473b5e;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,