X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.jscsrc;h=c1fbc9ae49f84e6b31ebfa2328f0dea4e204a0e2;hp=aaa876c3e22e6bdccbb6d5756fe51b670ae1dbbf;hb=ce08980261b31c4506480a417daa3ac2b35fa894;hpb=51646ddaeaeac0abe1a5ac36d97949400a6a0402 diff --git a/.jscsrc b/.jscsrc index aaa876c3e2..c1fbc9ae49 100644 --- a/.jscsrc +++ b/.jscsrc @@ -7,6 +7,9 @@ "disallowQuotedKeysInObjects": "allButReserved", "requireDotNotation": { "allExcept": [ "keywords" ] }, "jsDoc": { + "checkParamNames": true, + "checkRedundantReturns": true, + "checkTypes": "strictNativeCase", "requireNewlineAfterDescription": true, "requireParamTypes": true, "requireReturnTypes": true