Changed
- BREAKING: Updated to
eslint-plugin-playwright@1.3.0and added the following
new rules aserrors.
- From v1.3.0:
prefer-comparison-matcher,
prefer-equality-matcher,
require-hook.
- From v1.2.0:
max-expects,
no-commented-out-tests,
no-conditional-expect,
no-duplicate-hooks,
no-standalone-expect,
prefer-hooks-in-order,
prefer-hooks-on-top
- From v1.1.0:
no-unsafe-references
- From v1.0.0:
no-get-by-title
- From previous versions:
valid-title,
no-wait-for-selector
- The new
no-hooks
rule from v1.3.0 was added to the config asoff.
- From v1.3.0:
Fixed
- Updated to latest peer dependencies:
eslint-plugin-jest@27.9.0,
eslint-plugin-jsdoc@48.1.0,eslint-plugin-n@16.6.2,
eslint-plugin-sonarjs@0.24.0,eslint-plugin-unicorn@51.0.1,
andeslint-plugin-vitest@0.3.22.
Miscellaneous
- Updated Renovate config to use use new presets
project. (#118)