Skip to content

Commit

Permalink
Oops, add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Dec 22, 2021
1 parent 20173f0 commit eddffbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const missingPlaywrightAwait = require("./rules/missing-playwright-await");
const noPagePause = require("./rules/no-page-pause");

module.exports = {
configs: {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-jest-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-jest-playwright",
"description": "ESLint globals for your Jest Playwright setup.",
"version": "0.7.0",
"version": "0.7.1",
"main": "index.js",
"repository": "https://github.com/mxschmitt/eslint-plugin-playwright",
"author": "Max Schmitt <[email protected]>",
Expand All @@ -10,6 +10,6 @@
"index.js"
],
"dependencies": {
"eslint-plugin-playwright": "^0.7.0"
"eslint-plugin-playwright": "^0.7.1"
}
}

0 comments on commit eddffbf

Please sign in to comment.