Skip to content

Commit

Permalink
Merge pull request #2 from no2awesome/feature/database
Browse files Browse the repository at this point in the history
Refactor Code
  • Loading branch information
davidagustin authored Dec 26, 2018
2 parents c9f3a3d + 4a9256b commit 0dc417c
Show file tree
Hide file tree
Showing 32 changed files with 10,661 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parser": "babel-eslint",
"rules": {
"max-len": [1, 120, 2, {"ignoreComments": true}],
"prop-types": [2]
},
"extends": ["airbnb-base"]
}
12 changes: 12 additions & 0 deletions .idea/TravelTipster-davidagustin-service.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/dataSources.local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0dc417c

Please sign in to comment.