Skip to content

Commit

Permalink
feat: eslint no-console do not show warning anymore, no reason for …
Browse files Browse the repository at this point in the history
…that in node enviroment
  • Loading branch information
MauroJr committed Jul 21, 2017
1 parent 8cda825 commit ee9ccde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
},
"rules": {
"no-console": 0,
"comma-dangle": 0,
"new-cap": 0,
"global-require": 0,
Expand Down

0 comments on commit ee9ccde

Please sign in to comment.