Skip to content

Commit

Permalink
use eslint-config-happiness
Browse files Browse the repository at this point in the history
  • Loading branch information
tnguyen14 committed Oct 6, 2017
1 parent dcd6c96 commit 0bea798
Show file tree
Hide file tree
Showing 4 changed files with 8,283 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "happiness"
}
1 change: 0 additions & 1 deletion client/lib/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ function authorize (redirect) {
});
window.location = `${process.env.AUTH_URL}/login/google?scope=${encodeURIComponent(scope.join(' '))}&redirect=${encodeURIComponent(redirectUrl)}`;
}

Loading

0 comments on commit 0bea798

Please sign in to comment.