We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0ab84 commit d4f39e3Copy full SHA for d4f39e3
README.md
@@ -22,8 +22,7 @@ Add `plugin:jest-playwright/recommended` to your extends ESLint configuration. F
22
23
```json
24
{
25
- "extends": ["plugin:jest-playwright/recommended"],
26
- "plugins": ["jest-playwright"]
+ "extends": ["plugin:jest-playwright/recommended"]
27
}
28
```
29
lib/index.js
@@ -3,6 +3,7 @@ const missingPlaywrightAwait = require("./rules/missing-playwright-await");
3
module.exports = {
4
configs: {
5
recommended: {
6
+ plugins: ['jest', 'jest-playwright'],
7
env: {
8
"shared-node-browser": true,
9
jest: true,
0 commit comments