Skip to content

Commit

Permalink
Merge pull request #29 from dabapps/manosim-patch-2
Browse files Browse the repository at this point in the history
Disable logs & debugger
  • Loading branch information
manosim authored Jan 10, 2017
2 parents fc1febe + c8012fb commit acefb71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"eqeqeq": 2,
"block-scoped-var": 2,
"no-constant-condition": 2,
"no-console": 2,
"no-debugger": 2,
"no-lonely-if": 2,
"no-lone-blocks": 2,
"no-nested-ternary": 2,
Expand Down

0 comments on commit acefb71

Please sign in to comment.