Enable error on jsdoc mistake.

This commit is contained in:
Kevin Schaaf
2017-04-14 11:04:18 -07:00
parent 5272d4aeb2
commit 72a454e93f

View File

@@ -4,7 +4,10 @@
"rules": {
"no-console": "off",
"no-var": "error",
"strict": "error"
"strict": "error",
"valid-jsdoc": ["error", {
"requireReturn": false
}]
},
"env": {
"browser": true,