mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[MNT-22649] Support for concurrent uploads and configurable thread count (#7496)
* eslint fixes * try remove upload restrictions * disable unit test * support threading count for upload * update docs * remove comment * fix unit test * remove fdescribe * make 1 thread by default * exclude e2e
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"@typescript-eslint/naming-convention": "warn",
|
||||
"@typescript-eslint/consistent-type-assertions": "warn",
|
||||
"@typescript-eslint/prefer-for-of": "warn",
|
||||
"no-underscore-dangle": "warn",
|
||||
"no-underscore-dangle": ["warn", { "allowAfterThis": true }],
|
||||
"no-shadow": "warn",
|
||||
"quote-props": "warn",
|
||||
"object-shorthand": "warn",
|
||||
|
Reference in New Issue
Block a user