Skip to content

Commit

Permalink
set the no-throw-literal eslint rule (mrdoob#23149)
Browse files Browse the repository at this point in the history
  • Loading branch information
gero3 authored Jan 4, 2022
1 parent 831acf3 commit 647a7b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"GPUTextureUsage": "readonly"
},
"rules": {
"no-throw-literal": [
"error"
],
"quotes": [
"error",
"single"
Expand Down

0 comments on commit 647a7b4

Please sign in to comment.