Skip to content

Commit

Permalink
.eslintrc.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Nov 10, 2019
1 parent a0d054c commit 9420d67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"no-caller": 2,
"no-catch-shadow": 2,
"no-console": 2,
"no-empty": [2, {
"allowEmptyCatch": true
}],
"no-eval": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
Expand Down

0 comments on commit 9420d67

Please sign in to comment.