feat: add working store implementation

This commit is contained in:
2019-03-22 14:51:28 -07:00
parent 760c9f2e93
commit 71ada438f5
4 changed files with 124 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "script"
"ecmaVersion": 9,
"sourceType": "module"
},
"extends": [
"airbnb",