Skip to content

Commit

Permalink
Refactoring code, adding linting, minor fixes
Browse files Browse the repository at this point in the history
This is the 1.0.0-alpha.1 release with relatively clean code, logging,
basic tests, and no known bugs.
  • Loading branch information
sangaman committed Feb 17, 2018
1 parent 2bd8488 commit 611f72f
Show file tree
Hide file tree
Showing 9 changed files with 1,961 additions and 705 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public/js/
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "airbnb-base",
"rules": {
"no-underscore-dangle": 0
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ typings/

rpc.proto
secrets.txt
.vscode/
Loading

0 comments on commit 611f72f

Please sign in to comment.