Skip to content

Commit

Permalink
add no-throw-literal to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Mar 19, 2016
1 parent be1cdef commit 560e109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"allowSingleLine": true
}
],
"no-console": "off"
"no-console": "off",
"no-throw-literal": "error"
}
}

0 comments on commit 560e109

Please sign in to comment.