Skip to content

Commit

Permalink
Enable error on jsdoc mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 14, 2017
1 parent 5272d4a commit 72a454e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"rules": {
"no-console": "off",
"no-var": "error",
"strict": "error"
"strict": "error",
"valid-jsdoc": ["error", {
"requireReturn": false
}]
},
"env": {
"browser": true,
Expand Down

0 comments on commit 72a454e

Please sign in to comment.