playwright/packages/web
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 chore: fix html-reporter/trace-viewer TSC errors (#26813) 2023-08-31 18:08:38 +02:00
src chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
.gitignore fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
index.html chore: use vite plugin for registry (#13658) 2022-04-21 17:30:17 -07:00
package.json chore: use codemirror in the on-hover locator editor (#28090) 2023-11-10 22:00:28 -08:00
playwright.config.ts devops: create blob reports for all "tests 1" (#26694) 2023-08-24 16:06:41 -07:00