Playing with sagas for a stuf implementation of tasks

This commit is contained in:
2019-10-24 04:12:49 +02:00
parent feda28ec47
commit 64b0cdc951
10 changed files with 245 additions and 31 deletions

View File

@@ -1,19 +1,23 @@
{
"defaultSeverity": "error",
"extends": ["tslint:latest", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"interface-name": [true, "never-prefix"],
"no-submodule-imports": [
true,
"graphql/language",
"graphql/type",
"vue-loader/lib/plugin",
"@kredens"
],
"no-implicit-dependencies": [true, ["@kredens", "@kredens/frontend"]],
"object-literal-sort-keys": [true, "match-declaration-order-only", "shorthand-first"],
"max-classes-per-file": false
},
"rulesDirectory": []
"defaultSeverity": "error",
"extends": ["tslint:latest", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"interface-name": [true, "never-prefix"],
"no-submodule-imports": [
true,
"graphql/language",
"graphql/type",
"vue-loader/lib/plugin",
"@kredens"
],
"no-implicit-dependencies": [true, ["@kredens", "@kredens/frontend"]],
"object-literal-sort-keys": [
true,
"match-declaration-order-only",
"shorthand-first"
],
"max-classes-per-file": false
},
"rulesDirectory": []
}