uppy/packages/@uppy/utils/src
Kevin van Zonneveld 764c2ccada
Update Linter (#2796)
* relocate .vscode

* Switch to transloadit linter

* Update .eslintrc.json

* autofix code

* unlink and install eslint-config-transloadit@1.1.1

* Change 0 to "off"

* Don't change 'use strict'

* Do not vertically align

* disable key-spacing

* add import/no-extraneous-dependencies per package

* add more react/a11y warnings

* Revert "autofix code"

This reverts commit 14c8a8cde8.

* add import/no-extraneous-dependencies per example and main package

* autofix code (2)

* Allow devDependencies in ./bin

* Change import/no-extraneous-dependencies to warn again

* upgrade linter

* Set import/no-extraneous-dependencies to warn
2021-03-15 16:25:17 +00:00
..
getDroppedFiles Update Linter (#2796) 2021-03-15 16:25:17 +00:00
AbortController.js aws-s3-multipart: implement retries (#2312) 2020-07-13 15:10:23 +02:00
AbortController.test.js aws-s3-multipart: implement retries (#2312) 2020-07-13 15:10:23 +02:00
canvasToBlob.js eslint jsdoc fixes 2019-06-25 18:27:48 +03:00
dataURItoBlob.js Update eslint-plugin-compat and eslint-plugin-jest 2019-05-20 11:29:10 +02:00
dataURItoBlob.test.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
dataURItoFile.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
dataURItoFile.test.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
delay.js aws-s3-multipart: implement retries (#2312) 2020-07-13 15:10:23 +02:00
delay.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
emitSocketProgress.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
EventTracker.js Use more cancellation-friendly strategy for limit: N uploads (#1736) 2019-09-25 15:21:17 +02:00
fetchWithNetworkError.js Refactor to use fetchWithNetworkError 2020-06-12 15:27:00 +01:00
findAllDOMElements.js eslint jsdoc fixes 2019-06-25 18:27:48 +03:00
findDOMElement.js Remove duplicate check of element type (#2210) 2020-04-20 11:26:41 +02:00
findIndex.js Use Array.findIndex instead of Array.indexOf in uppy.removePlugin (#2793) 2021-03-08 18:16:01 +00:00
findIndex.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
FOCUSABLE_ELEMENTS.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
generateFileID.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
generateFileID.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getBytesRemaining.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
getBytesRemaining.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getETA.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
getETA.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getFileNameAndExtension.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getFileNameAndExtension.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getFileType.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getFileType.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getFileTypeExtension.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getFileTypeExtension.test.js [FIX] Safari 14.0 on Mac records audio (using the Webcam Uppy component) with MIME-type ‘audio/mp4’. Update the file extensions checker to reflect this as otherwise audio cannot be recorded with Safari. (#2753) 2021-02-10 18:26:28 +00:00
getSocketHost.js companion-client: remove the use of window.location 2019-04-01 14:44:03 +01:00
getSocketHost.test.js Upgrade eslint. 2019-05-20 11:28:44 +02:00
getSpeed.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
getSpeed.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
getTextDirection.js dashboard: improve support for right-to-left scripts (#2705) 2021-01-27 17:13:38 +00:00
getTimeStamp.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
hasProperty.js Update eslint to v6 (#1777) 2019-08-13 21:45:30 +03:00
index.js Add @uppy/utils skeleton. 2018-06-14 16:31:19 +02:00
isDOMElement.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
isDragDropSupported.js eslint jsdoc fixes 2019-06-25 18:27:48 +03:00
isMobileDevice.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
isMobileDevice.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
isNetworkError.js Mark network errors as NetworkError (#2110) 2020-04-21 10:36:49 +02:00
isNetworkError.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
isObjectURL.js eslint jsdoc fixes 2019-06-25 18:27:48 +03:00
isObjectURL.test.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
isPreviewSupported.js dash: Add support for AVIF images in thumbnails (#2406) 2020-07-29 18:46:46 +02:00
isPreviewSupported.test.js dash: Add support for AVIF images in thumbnails (#2406) 2020-07-29 18:46:46 +02:00
isTouchDevice.js Update eslint-plugin-compat and eslint-plugin-jest 2019-05-20 11:29:10 +02:00
isTouchDevice.test.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
microtip.scss Move stylesheets into packages. 2018-06-18 12:35:47 +02:00
mimeTypes.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
NetworkError.js Mark network errors as NetworkError (#2110) 2020-04-21 10:36:49 +02:00
prettyETA.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
prettyETA.test.js Status Bar: Hide seconds if more than 1 hour 2019-04-27 21:56:42 +01:00
ProgressTimeout.js Use more cancellation-friendly strategy for limit: N uploads (#1736) 2019-09-25 15:21:17 +02:00
RateLimitedQueue.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
RateLimitedQueue.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
remoteFileObjToLocal.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
sampleImageDataURI.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
secondsToTime.js Move utils files to @uppy/utils package. 2018-06-14 16:31:19 +02:00
secondsToTime.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
settle.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
settle.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
toArray.js Update eslint to v6 (#1777) 2019-08-13 21:45:30 +03:00
toArray.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
Translator.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
Translator.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
truncateString.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
truncateString.test.js companion,unsplash: Unsplash provider (#2431) 2020-10-28 19:50:51 +01:00