mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
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. |
||
|---|---|---|
| .. | ||
| clients | ||
| cypress | ||
| .parcelrc | ||
| cypress.json | ||
| generate-test.mjs | ||
| package.json | ||
| tsconfig.json | ||