Skip to content

Commit

Permalink
added no-console rule to .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Sep 30, 2019
1 parent ecb655e commit be290dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"no-array-constructor": 2,
"no-caller": 2,
"no-catch-shadow": 2,
"no-console": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
Expand Down

0 comments on commit be290dd

Please sign in to comment.