Tasks endpoint

This commit is contained in:
2019-10-09 04:04:46 +02:00
parent 9b7324e20a
commit d53a3081c0
15 changed files with 425 additions and 147 deletions

View File

@@ -11,7 +11,8 @@
"vue-loader/lib/plugin",
"@kredens"
],
"no-implicit-dependencies": [true, ["@kredens"]]
"no-implicit-dependencies": [true, ["@kredens"]],
"object-literal-sort-keys": [true, "match-declaration-order-only", "shorthand-first"]
},
"rulesDirectory": []
}