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