Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cypress-io/eslint-plugin-cypress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: cypress-io/eslint-plugin-cypress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 19, 2025

  1. Configuration menu
    Copy the full SHA
    84e03d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Merge pull request #254 from MikeMcC399/docs/merge-guidelines

    docs: add PR merge guidelines for maintainers
    jennifer-shehane authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    4f062ac View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. 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>
    3 people authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    2c911ac View commit details
    Browse the repository at this point in the history
Loading