Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Oct 21, 2024

  1. feat(eslint-plugin): [prefer-nullish-coalescing] add support for assi…

    …gnment expressions (#10152)
    
    * extract current LogicalExpression logic into function
    
    * pull in other changes to rule file without edits
    
    * pull over genericizations for checkAssignmentOrLogicalExpression
    
    * lint autofix
    
    * port over test changes
    
    * change all declare consts to declare lets
    
    * apply lint rule
    
    * reduce the number of duplicate tests
    
    * revert incorrect unrelated changes
    
    * fix lint complaints
    
    ---------
    
    Co-authored-by: Josh Goldberg <[email protected]>
    abrahamguo and JoshuaKGoldberg authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e765033 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix(website): enable noImplicitAny (#10175)

    * enable noImplicitAny
    
    * be more clear
    
    * change to PropertyKey
    abrahamguo authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8b0b4d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. docs: update configuration examples on individual rule pages to use f…

    …lat config (#10164)
    
    * feat: add getRulesString and getEslintConfigString
    
    * feat: update rule pages
    
    * refactor: extract rules
    
    * fix: typo and refactor
    
    * fix: add space
    y-hsgw authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a744765 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [consistent-indexed-object-style] report mapped …

    …types (#10160)
    
    * implementation
    
    * fix internal violations
    kirkwaiblinger authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9c956ee View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. test(eslint-plugin): fix a typo in a test, causing it to test the `er…

    …ror` type rather than the `unknown` type (#10204)
    
    fix a typo in a test, causing it to test errored type rather than unknown type
    ronami authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    af4743f View commit details
    Browse the repository at this point in the history
  2. feat(typescript-eslint): improve undefined extension handling (#10177)

    * feat(typescript-eslint): improve undefined extension handling
    
    Addresses #10176 by checking if any of the extensions are undefined and throwing a helpful error if true.
    
    Signed-off-by: Maxim Stykow <[email protected]>
    
    * feat(typescript-eslint): improve error message to include indices
    
    Signed-off-by: Maxim Stykow <[email protected]>
    
    * feat(typescript-eslint): minor rewording
    
    Signed-off-by: Maxim Stykow <[email protected]>
    
    * feat(typescript-eslint): add config name to error message
    
    Signed-off-by: Maxim Stykow <[email protected]>
    
    * quotes around what is quoted
    
    ---------
    
    Signed-off-by: Maxim Stykow <[email protected]>
    Co-authored-by: Kirk Waiblinger <[email protected]>
    mstykow and kirkwaiblinger authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ad9d3ba View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [no-unsafe-return] don't reiterate through all ty…

    …pe parts for each part (#10203)
    
    don't reiterate through all type parts for each part
    tezf authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    74ace4d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. feat(eslint-plugin): [switch-exhaustiveness-check] add allowDefaultCa…

    …seMatchUnionMember option (#9954)
    
    * feat: add option
    
    * fix: test error
    
    * fix: lint error
    
    * fix: apply code reivew
    
    * fix: reflect code review
    
    * docs:
    Remove unnecessary phrases
    
    * docs: change option name
    
    * docs: considerDefaultExhaustiveForUnions option description edit
    
    * docs: apply code reivew
    
    * fix: test and lint error
    
    * fix:lint error
    
    * fix heading issue
    
    * refactor to tabs
    
    * Update packages/eslint-plugin/docs/rules/switch-exhaustiveness-check.mdx
    
    * fix text snapshots
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <[email protected]>
    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    3 people authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3c8978d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b81d6 View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): [no-base-to-string] handle String() (#10005)

    * feat(eslint-plugin): [no-base-to-string] handle String()
    
    * fix
    
    * handle shadowed string
    
    * apply review
    
    * fix lint errors
    
    * Update packages/eslint-plugin/docs/rules/no-base-to-string.mdx
    
    Co-authored-by: Kirk Waiblinger <[email protected]>
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <[email protected]>
    yeonjuan and kirkwaiblinger authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ac18749 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    3413a2d View commit details
    Browse the repository at this point in the history
Loading