Skip to content

Commit

Permalink
Added no-console option
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancable committed Jul 19, 2019
1 parent 7664b95 commit 47a61f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'semi': [
'error',
'always'
]
],
'no-console': 'off'
}
};

0 comments on commit 47a61f4

Please sign in to comment.