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