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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: luca-script/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 7, 2024

  1. feat(rule-tester) Add initial implementation of FlatRuleTester

    Introduces a `FlatRuleTester` class which overhauls the API
    Why?
    Because we shouldn't be writing rules as JSON inside our (Java/Type)script
    And the new API prevents writing our tests as a giant function call which we pass a giant object
    
    We'll need to port all the rules over to the new tester eventually
    luca-script committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d9604f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9576c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    b5490ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a4863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c17d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d9de4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1b5b9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99cf495 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a7ae98 View commit details
    Browse the repository at this point in the history
Loading