Skip to content

Commit

Permalink
Cleaning and reorganizing
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiv400 committed Dec 27, 2017
1 parent e1992b4 commit e81d778
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 11,875 deletions.
26 changes: 26 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"env": {
"node": true
},
"rules": {
"brace-style": [2, "1tbs"],
"keyword-spacing": 2,
"indent": [2, 2],
"no-alert": 2,
"no-bitwise": 2,
"no-console": 0,
"no-extra-boolean-cast": 0,
"no-loop-func": 2,
"no-multi-spaces": 2,
"no-underscore-dangle": 0,
"no-unused-vars": 0,
"quote-props": [2, "as-needed"],
"quotes": [2, "single", "avoid-escape"],
"semi": [2, "always"],
"space-before-blocks": 2,
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}],
"space-infix-ops": 2,
"strict": 0
},
"extends": "eslint:recommended"
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**/node_modules
*.log
**/penn-leases-mongo
search/build/
password.txt
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[1212/012825.668:ERROR:crash_report_database_win.cc(427)] unexpected header
[1212/025258.027:ERROR:crash_report_database_win.cc(427)] unexpected header
21 changes: 0 additions & 21 deletions front-end/.gitignore

This file was deleted.

2,229 changes: 0 additions & 2,229 deletions front-end/README.md

This file was deleted.

Loading

0 comments on commit e81d778

Please sign in to comment.