ESLint plugin providing Playwright-specific lint rules and globals for jest-playwright test files. Version 0.9.0 was the last release (2022); the project has been superseded by eslint-plugin-playwright (v2.x) which supports both Playwright test runner and jest-playwright. Tracks Playwright best practices like missing awaits, no conditionals in tests, and valid titles. No longer actively maintained; users should migrate to eslint-plugin-playwright for ongoing fixes and ESLint v8/v9/v10 support.
npm install eslint-plugin-jest-playwrightVerified import paths — ran on the pinned version, not inferred.
Configure ESLint with jest-playwright recommended rules and enable custom globals.
Replace 'eslint-plugin-jest-playwright' with 'eslint-plugin-playwright' in your ESLint config. See https://github.com/playwright-community/eslint-plugin-playwright for migration.
Migrate to eslint-plugin-playwright which supports flat config in v2.x.
Switch to eslint-plugin-playwright.
npm install eslint-plugin-jest-playwright --save-dev
Remove eslint-plugin-jest-playwright and use only eslint-plugin-playwright.
No dependency data recorded yet.