Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(prefer-locator): Add rule to suggest not using page methods #315

Merged

Commits on Sep 12, 2024

  1. Add prefer-page-locator-fill

    Carl Bray committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    78000e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Rename rule

    Carl Bray committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3b380c7 View commit details
    Browse the repository at this point in the history
  2. Add set of methods to check against

    Carl Bray committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6425539 View commit details
    Browse the repository at this point in the history
  3. Update docs too

    Carl Bray committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a879690 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    Carl Bray committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3a5ca3f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Change descriptons, add more tests and examples

    Carl Bray committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b66f87d View commit details
    Browse the repository at this point in the history
  2. Switch to CallExpression

    Carl Bray committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ef612d6 View commit details
    Browse the repository at this point in the history
  3. Add examples without await

    Carl Bray committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2ff8637 View commit details
    Browse the repository at this point in the history
  4. Use test from rule-tester

    Carl Bray committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    99bc2aa View commit details
    Browse the repository at this point in the history