Skip to content

Commit d4f39e3

Browse files
chambo-emskelton
andauthored
fix: explicit jest plugin dependency (#9)
Co-authored-by: Mark Skelton <[email protected]>
1 parent 7e0ab84 commit d4f39e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Add `plugin:jest-playwright/recommended` to your extends ESLint configuration. F
2222

2323
```json
2424
{
25-
"extends": ["plugin:jest-playwright/recommended"],
26-
"plugins": ["jest-playwright"]
25+
"extends": ["plugin:jest-playwright/recommended"]
2726
}
2827
```
2928

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const missingPlaywrightAwait = require("./rules/missing-playwright-await");
33
module.exports = {
44
configs: {
55
recommended: {
6+
plugins: ['jest', 'jest-playwright'],
67
env: {
78
"shared-node-browser": true,
89
jest: true,

0 commit comments

Comments
 (0)