Skip to content

Releases: mskelton/eslint-plugin-playwright

v0.5.0

15 Sep 18:12
Compare
Choose a tag to compare

This release brings our support for the Playwright test runner up to par and fixes a false positive.

Update matcher list

We now will warn about missing awaits for all Playwright test matchers. This means a more pleasant development experience for Playwright test users.

Fix false positive

We no longer war warn about missing awaits when returning from an arrow function. This fixes a false positive that was identified in issue #21.

Special thanks to @mskelton! 💯

v0.4.0

15 Sep 18:01
Compare
Choose a tag to compare

This release makes the ESLint plugin for Playwright compatible with the Playwright test-runner.

v0.3.3

12 May 14:13
Compare
Choose a tag to compare

fix: explicit jest plugin dependency (#9)

v0.3.2

07 May 09:20
Compare
Choose a tag to compare

Add missing eslint peer (#7)

v0.3.1

07 May 09:20
Compare
Choose a tag to compare

fix: add missing eslint-plugin-jest dependency (#6)

v0.3.0

28 Apr 22:17
Compare
Choose a tag to compare

Features:

  • Add rules for helper functions (#3)
  • Add custom missing await rule (#4)

v0.2.1

15 Jun 08:43
Compare
Choose a tag to compare