Skip to content

Commit

Permalink
feat(redux-yolo-feathers): initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
RickEyre committed Jun 4, 2018
1 parent fc0ca60 commit 87db062
Show file tree
Hide file tree
Showing 8 changed files with 8,321 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/redux-yolo-feathers/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
["module-resolver", {
"root": ["./src"]
}]
]
}
15 changes: 15 additions & 0 deletions packages/redux-yolo-feathers/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": [
"@scotia/eslint-config-scotiabank-base"
],
"parser": "babel-eslint",
"env": {
"jest": true,
"browser": true
},
"settings": {
"import/resolver": {
"babel-module": {}
}
}
}
1 change: 1 addition & 0 deletions packages/redux-yolo-feathers/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib
373 changes: 373 additions & 0 deletions packages/redux-yolo-feathers/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 87db062

Please sign in to comment.