eslint-plugin-playwright
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "eslint-plugin-playwright", | ||
"description": "ESLint plugin for Playwright testing.", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"repository": "https://github.com/playwright-community/eslint-plugin-playwright", | ||
@@ -6,0 +6,0 @@ "author": "Mark Skelton <mark@mskelton.dev>", |
@@ -142,2 +142,3 @@ # ESLint Plugin Playwright | ||
| [no-skipped-test](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-skipped-test.md) | Disallow usage of the `.skip` annotation | ✅ | | 💡 | | ||
| [no-slowed-test](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-slowed-test.md) | Disallow usage of the `.slow` annotation | ✅ | | 💡 | | ||
| [no-standalone-expect](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-standalone-expect.md) | Disallow using expect outside of `test` blocks | ✅ | | | | ||
@@ -144,0 +145,0 @@ | [no-unsafe-references](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-unsafe-references.md) | Prevent unsafe variable references in `page.evaluate()` | ✅ | 🔧 | | |
Sorry, the diff of this file is not supported yet
146529
4075
170