Skip to content

Commit

Permalink
fix: explicit jest plugin dependency (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Skelton <[email protected]>
  • Loading branch information
chambo-e and mskelton authored May 12, 2021
1 parent 7e0ab84 commit d4f39e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Add `plugin:jest-playwright/recommended` to your extends ESLint configuration. F

```json
{
"extends": ["plugin:jest-playwright/recommended"],
"plugins": ["jest-playwright"]
"extends": ["plugin:jest-playwright/recommended"]
}
```

Expand Down
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const missingPlaywrightAwait = require("./rules/missing-playwright-await");
module.exports = {
configs: {
recommended: {
plugins: ['jest', 'jest-playwright'],
env: {
"shared-node-browser": true,
jest: true,
Expand Down

0 comments on commit d4f39e3

Please sign in to comment.