X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.jscsrc;h=3b94b90f07ab609648499a95205cca4afdb7c1b1;hp=46d98aa9dba1c6431ffac4ff70cc6163c283e79f;hb=4dc3ac1c375b3d2eb6172dfef8fdebe71b8c5f43;hpb=82a26e81b4467e102467a46bd7a2033f5c5523e8 diff --git a/.jscsrc b/.jscsrc index 46d98aa9db..3b94b90f07 100644 --- a/.jscsrc +++ b/.jscsrc @@ -7,7 +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