playwright/tests/components/ct-react-vite
Simon Knott b599335404
chore(ui): enable react/recommended lint rules (#32214)
Closes https://github.com/microsoft/playwright/issues/32159. I
originally set out to enable Strict Mode for our React UI, but found a
way better thing: Enabling the lint rules we had already installed!

`eslint-plugin-react` is already in of our `package.json`, and this PR
enables it and fixes some of the reported issues. Most of them are
around the `key` prop which is mostly about performance, but there's
also fixes for misspelled `data-testid` props.
2024-08-20 14:16:28 +02:00
..
playwright
src chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
tests chore: rename route fixture in ct (#31817) 2024-07-23 07:43:28 -07:00
.gitignore
index.html
package.json feat(ct): experimental route fixture (#31554) 2024-07-06 09:35:20 -07:00
playwright.config.ts
tsconfig.json
tsconfig.node.json
vite.config.ts