Saving index per user as TSV. Refactoring.

This commit is contained in:
2018-06-15 01:06:31 +02:00
parent 7446dc9efb
commit 3b5d886da3
7 changed files with 110 additions and 58 deletions

View File

@@ -1,5 +1,8 @@
{
"extends": "airbnb-base",
"parserOptions": {
"sourceType": "script"
},
"rules": {
"no-console": 0,
"indent": ["error", 4],