uppy/packages/@uppy/react/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
..
__mocks__ Added FileInput component to React (#2706) 2020-12-18 21:21:12 +00:00
CommonTypes.d.ts Actually check types (#1918) 2020-02-12 16:22:09 +01:00
Dashboard.d.ts Actually check types (#1918) 2020-02-12 16:22:09 +01:00
Dashboard.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
Dashboard.test.js A few docs things (#2371) 2020-07-29 12:17:27 +02:00
DashboardModal.d.ts react: fix typescript proptypes for DashboardModal, fixes #2124 (#2136) 2020-03-16 15:22:03 +01:00
DashboardModal.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
DashboardModal.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
DragDrop.d.ts Actually check types (#1918) 2020-02-12 16:22:09 +01:00
DragDrop.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
DragDrop.test.js A few docs things (#2371) 2020-07-29 12:17:27 +02:00
FileInput.d.ts Added FileInput component to React (#2706) 2020-12-18 21:21:12 +00:00
FileInput.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
FileInput.test.js Added FileInput component to React (#2706) 2020-12-18 21:21:12 +00:00
ProgressBar.d.ts Actually check types (#1918) 2020-02-12 16:22:09 +01:00
ProgressBar.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
ProgressBar.test.js A few docs things (#2371) 2020-07-29 12:17:27 +02:00
propTypes.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
StatusBar.d.ts Actually check types (#1918) 2020-02-12 16:22:09 +01:00
StatusBar.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
StatusBar.test.js A few docs things (#2371) 2020-07-29 12:17:27 +02:00
useUppy.d.ts react: add useUppy() hook (#2666) 2020-12-18 21:11:11 +00:00
useUppy.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
useUppy.test.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
Wrapper.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00