Skip to content

Commit

Permalink
Merge pull request #42 from jcassarly/0.1.0
Browse files Browse the repository at this point in the history
0.1.0
  • Loading branch information
rosebeats committed Mar 19, 2019
2 parents c083199 + 0392f80 commit 667081e
Show file tree
Hide file tree
Showing 59 changed files with 4,171 additions and 276 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.DS_Store
.directory
.tern-project

.notags
.vroot
tags
9 changes: 6 additions & 3 deletions web/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{

"env": {
"browser": true
"browser": true,
"jest": true
},
parser: "babel-eslint",
"parser": "babel-eslint",
"rules": {
"indent": ["error",4],
"react/jsx-indent": [4],
"react/jsx-indent-props": [4]
"react/jsx-indent-props": [4],
"no-underscore-dangle": "off"
},
"extends": ["airbnb"]
}

0 comments on commit 667081e

Please sign in to comment.