Closed RichDom2185 closed 6 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/commons/editingWorkspaceSideContent/EditingWorkspaceSideContentDeploymentTab.tsx | 1 | 0.0% | ||
src/commons/XMLParser/XMLParserHelper.ts | 1 | 0.0% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 8959899390: | 0.0% |
Covered Lines: | 5146 |
Relevant Lines: | 14691 |
As expected, CRA makes the dev experience a nightmare…
It's using an old version of ESLint which makes it incompatible. I think we should disable ESLint in the dev server and let us handle the linting separately.
Description
Closes #2973. Refer to the linked issue for details.
eslint-plugin-react-refresh
is a newly installed plugin that will ease our migration to Vite. We install the canary version as the stable version that supports ESLint v9 will only be released alongside React 19.Also added TODOs to eventually make the code quality stricter.
Type of change
How to test
yarn eslint
works.Checklist