Refactored info content fetching and saving to handle users object and utilize async/await.

This commit is contained in:
2018-06-13 01:51:45 +02:00
parent aef4dd02c7
commit 7446dc9efb
6 changed files with 1306 additions and 70 deletions

8
.eslintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "airbnb-base",
"rules": {
"no-console": 0,
"indent": ["error", 4],
"max-len": [2, {"code": 125, "tabWidth": 4, "ignoreUrls": true}]
}
}