mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-29 13:00:18 +00:00
* 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
|
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| CommonTypes.d.ts | ||
| Dashboard.d.ts | ||
| Dashboard.js | ||
| Dashboard.test.js | ||
| DashboardModal.d.ts | ||
| DashboardModal.js | ||
| DashboardModal.test.js | ||
| DragDrop.d.ts | ||
| DragDrop.js | ||
| DragDrop.test.js | ||
| FileInput.d.ts | ||
| FileInput.js | ||
| FileInput.test.js | ||
| ProgressBar.d.ts | ||
| ProgressBar.js | ||
| ProgressBar.test.js | ||
| propTypes.js | ||
| StatusBar.d.ts | ||
| StatusBar.js | ||
| StatusBar.test.js | ||
| useUppy.d.ts | ||
| useUppy.js | ||
| useUppy.test.js | ||
| Wrapper.js | ||