refactor: run prettier on the whole codebase

This commit is contained in:
thecodrr
2022-08-26 16:19:39 +05:00
parent 054c973c99
commit e898ef5d86
570 changed files with 13058 additions and 10818 deletions

View File

@@ -1,7 +1,18 @@
import { downloadAttachment, downloadFile, getUploadedFileSize, checkAttachment } from './download';
import { clearFileStorage, deleteFile, exists, readEncrypted, writeEncrypted } from './io';
import { uploadFile } from './upload';
import { cancelable } from './utils';
import {
downloadAttachment,
downloadFile,
getUploadedFileSize,
checkAttachment
} from "./download";
import {
clearFileStorage,
deleteFile,
exists,
readEncrypted,
writeEncrypted
} from "./io";
import { uploadFile } from "./upload";
import { cancelable } from "./utils";
export default {
readEncrypted,