uppy/packages/@uppy/react/src
Antoine du Hamel 6b7ad5e7c7
Stricter linter (#3095)
* enforce some eslint rules

* enforce accessibility linter rules

* harden lint rules with only 1 or 2 warnings

* fix remaining rules with less than 3 warnings

* fix e2e tests

* fix remaining rules with less than 4 warnings

* fix remaining rules with less than 6 warnings

* fix `shuffleTaglines`

* fix companion build
2021-08-17 20:32:57 +02:00
..
__mocks__ Split Plugin into BasePlugin and extended UIPlugin (#2944) 2021-06-18 13:23:16 +02:00
CommonTypes.d.ts UIPlugin fix: prevent Preact replacing contents of body element by using createDocumentFragment (#3072) 2021-08-06 10:02:11 +01:00
Dashboard.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
Dashboard.js Allowed HTML Attributes to be passed via props (#2891) 2021-06-14 13:11:37 +01:00
Dashboard.test.js
DashboardModal.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
DashboardModal.js Allowed HTML Attributes to be passed via props (#2891) 2021-06-14 13:11:37 +01:00
DashboardModal.test.js
DragDrop.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
DragDrop.js Allowed HTML Attributes to be passed via props (#2891) 2021-06-14 13:11:37 +01:00
DragDrop.test.js
FileInput.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
FileInput.js Resolve all type TODO's (#2963) 2021-07-20 14:40:31 +02:00
FileInput.test.js
getHTMLProps.js core: remove more IE hacks (#3015) 2021-07-16 09:27:51 +02:00
ProgressBar.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
ProgressBar.js Allowed HTML Attributes to be passed via props (#2891) 2021-06-14 13:11:37 +01:00
ProgressBar.test.js
propTypes.js Stricter linter (#3095) 2021-08-17 20:32:57 +02:00
StatusBar.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
StatusBar.js Allowed HTML Attributes to be passed via props (#2891) 2021-06-14 13:11:37 +01:00
StatusBar.test.js
useUppy.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
useUppy.js
useUppy.test.js
Wrapper.js