Skip to content

Commit

Permalink
build(.eslintrc): Allow to print to console
Browse files Browse the repository at this point in the history
Disabling 'no-console' linting rule
  • Loading branch information
LeonardoGentile committed Aug 8, 2017
1 parent 7e65479 commit 800818c
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 @@ -44,6 +44,7 @@
"eqeqeq": 2,
"no-else-return": 2,
"no-multi-spaces": 0,
"no-console":0,
// Strict mode
"strict": 0,
// Variables
Expand Down

0 comments on commit 800818c

Please sign in to comment.