X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.jscsrc;h=f3db2184470aea4e65989d1e799a004245c14fe6;hb=58886b169a552d41a63fbd30d05f4758e3a0ea50;hp=c1fbc9ae49f84e6b31ebfa2328f0dea4e204a0e2;hpb=cb2896f90ebef77c02c9da4067b0e56e37471092;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jscsrc b/.jscsrc index c1fbc9ae49..f3db218447 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,10 +4,18 @@ "requireVarDeclFirst": null, - "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,