Skip to content

Commit

Permalink
no console
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Dec 2, 2015
1 parent 3649bea commit c78976b
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 @@ -12,6 +12,7 @@
"comma-dangle": 0, // not sure why airbnb turned this on. gross!
"indent": [2, 2, {"SwitchCase": 1}],
"spaced-comment": 0,
"no-console": 2,

//Temporarirly disabled due to a possible bug in babel-eslint (todomvc example)
"block-scoped-var": 0,
Expand Down

0 comments on commit c78976b

Please sign in to comment.