Implement creation of repetition schedules (minus custom option)
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
"bootstrap-vue": "^2.16.0", | "bootstrap-vue": "^2.16.0", | ||
"dompurify": "^2.0.12", | "dompurify": "^2.0.12", | ||
"filesize": "^4.2.1", | "filesize": "^4.2.1", | ||
"jquery": "^3.5.1", | "jquery": "3.4.1", | ||
"moment": "^2.27.0", | "moment": "^2.27.0", | ||
"node-polyglot": "^2.4.0", | "node-polyglot": "^2.4.0", | ||
"oidc-client": "^1.10.1", | "oidc-client": "^1.10.1", | ||
... | @@ -52,9 +52,13 @@ | ... | @@ -52,9 +52,13 @@ |
"curly": "error", | "curly": "error", | ||
"block-spacing": "error", | "block-spacing": "error", | ||
"keyword-spacing": "error", | "keyword-spacing": "error", | ||
"vue/html-indent": ["warning", 4, { | "vue/html-indent": [ | ||
"baseIndent": 1 | "warning", | ||
}] | 4, | ||
{ | |||
"baseIndent": 1 | |||
} | |||
] | |||
}, | }, | ||
"parserOptions": { | "parserOptions": { | ||
"parser": "babel-eslint" | "parser": "babel-eslint" | ||
... | ... |