mail: Turn UserMailer::quotedPrintableCallback into an inline closure
[lhc/web/wiklou.git] / .jscsrc
diff --git a/.jscsrc b/.jscsrc
index aaa876c..116c5cf 100644 (file)
--- a/.jscsrc
+++ b/.jscsrc
@@ -7,6 +7,18 @@
        "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,
                "requireParamTypes": true,
                "requireReturnTypes": true