Skip to content

Commit

Permalink
Backport #29585
Browse files Browse the repository at this point in the history
Enable eslint no-console rule except for build directory
  • Loading branch information
XhmikosR committed Nov 2, 2019
1 parent 7453733 commit 7ecfa6a
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 @@ -29,6 +29,7 @@
"guard-for-in": "error",
"no-alert": "error",
"no-caller": "error",
"no-console": "error",
"no-div-regex": "error",
"no-else-return": "error",
"no-empty-function": "error",
Expand Down

0 comments on commit 7ecfa6a

Please sign in to comment.