diff --git a/.eslintrc.json b/.eslintrc.json index 4ab15499c8..2f2f881d38 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,7 +4,10 @@ "rules": { "no-console": "off", "no-var": "error", - "strict": "error" + "strict": "error", + "valid-jsdoc": ["error", { + "requireReturn": false + }] }, "env": { "browser": true,