uppy/e2e
Antoine du Hamel df12aecb56
meta: harden linter rule for JSX/ESM validation (#3681)
Previously, we were using Babel parser to lint our files, which has the
downside of auto-magically convert JSX syntax to classic JS syntax,
which doesn't let us forbid JSX syntax on `.js` files, which makes
the transition from CJS  to ESM a bit error prone.
Since we are no longer using language features that are not already
supported by Espree parser, we can safely disable Babel parser for
those files. We can re-enable it later once the transition is done.
2022-05-02 15:59:17 +02:00
..
clients meta: harden linter rule for JSX/ESM validation (#3681) 2022-05-02 15:59:17 +02:00
cypress Merge new name and type into compressed file (#3606) 2022-04-05 14:34:18 +08:00
.parcelrc meta: Make E2E Great Again (#3444) 2022-02-08 17:37:27 +01:00
cypress.json Increase test timeout for flaky e2e tests (#3603) 2022-03-28 16:00:45 +08:00
generate-test.mjs meta: fix missing EOL and end of e2e test templates (#3484) 2022-02-17 16:04:08 +01:00
package.json meta: fix missing EOL and end of e2e test templates (#3484) 2022-02-17 16:04:08 +01:00
tsconfig.json @uppy/transloadit: close assembly if upload is cancelled (#3591) 2022-03-24 13:57:00 +01:00