update eslint related deps

(except ESLint due to errors on tests w/ chai)
This commit is contained in:
Sam
2022-02-19 23:52:40 +01:00
parent c3989e0406
commit 696be0f1d4
3 changed files with 10 additions and 30 deletions

View File

@ -126,7 +126,7 @@
function updateForm(appConfig: TAppConfig) {
Object.keys(appData).map((key) => {
;['max_single_file_size', 'max_zip_file_size'].includes(key)
['max_single_file_size', 'max_zip_file_size'].includes(key)
? // eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
(appData[key] = getFileSizeInMB(appConfig[key]))