Skip to content

Tags: cypress-io/eslint-plugin-cypress

Tags

v5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: publish only core files to npm package (#263)

v5.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(stylistic): apply javascript formatting conventions (#262)

v5.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove legacy eslintrc configuration (#260)

* feat: remove legacy eslintrc configuration

BREAKING CHANGE: Drop legacy configuration support

Support for non-flat legacy configurations is removed
eslint-plugin-cypress/flat is deprecated and replaced by
eslint-plugin-cypress
globals is updated to 16.2.0
semantic-release is update to 24.2.5

* Simplify import text explanation

v4.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add no-chained-get rule (#249)

* feat: add rule to disallow chain of get() calls

* fix: replace double quotes with single quotes in no-chained-get.js

* Update docs/rules/no-chained-get.md

Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>

* Update lib/rules/no-chained-get.js

Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>

* feat: add no-chained-get rule

* feat: add no-chained-get rule

---------

Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>

v4.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #253 from MikeMcC399/update/deps

fix(deps): update all dependencies

v4.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #247 from duranbe/no-xpath-rule

feat: add rule to disallow usage of cypress-xpath

v4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #244 from MikeMcC399/publish-docs

feat(docs): publish updated readme

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #234 from MikeMcC399/v9-only

feat: minimum version eslint v9

v3.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #233 from MikeMcC399/publish/readme

feat: publish eslint v8 deprecation

v3.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #216 from nicooprat/master

feat: add rule no-debug