Skip to content

Commit 6985b61

Browse files
committed
Use redux-observable
1 parent 6aba4f5 commit 6985b61

File tree

10 files changed

+73
-990
lines changed

10 files changed

+73
-990
lines changed

Diff for: .editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*]
2+
indent_style = space
3+
indent_size = 2

Diff for: .eslintrc.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = {
77
],
88
"quotes": [
99
2,
10-
"single"
10+
"single",
11+
{ "allowTemplateLiterals": true }
1112
],
1213
"linebreak-style": [
1314
2,
@@ -19,7 +20,7 @@ module.exports = {
1920
],
2021
//'no-console': 'off',
2122
"react/jsx-uses-vars": ["error"],
22-
"space-infix-ops": ["error", {"int32Hint": true}]
23+
"space-infix-ops": ["error", {"int32Hint": true}],
2324
},
2425
"env": {
2526
"es6": true,

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
*.swp

0 commit comments

Comments
 (0)