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: v6.7.5
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: v6.8.0
Choose a head ref
  • 13 commits
  • 186 files changed
  • 10 contributors

Commits on Oct 9, 2023

  1. docs(eslint-plugin): [explicit-function-return-type] fix typo in opti…

    …on name (#7728)
    
    * docs(eslint-plugin): fix typo in option name | rule: explicit-function-return-type
    
    * docs(eslint-plugin): add tags | rule: explicit-function-return-type
    levchak0910 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a9c7928 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. chore: add discord and stackoverflow as links to issue template (#7645)

    * chore: add discord and stackoverflow as links to issue template
    
    IDK if this is the best as it adds more noise
    But people can't easily find these options right now without jumping through some hoops.
    
    * fix trailing space formatting
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    bradzacher and JoshuaKGoldberg authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6d73b80 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. chore: remove Playwright end-to-end website tests (#7730)

    build: remove playwright
    JoshuaKGoldberg authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e50d1a3 View commit details
    Browse the repository at this point in the history
  2. chore: use named import for util (#7669)

    * refactor: use named export for `util`
    
    * fix: revert isTypeFlagSet switch
    
    * chore: conflicts
    
    * chore: adding back comments
    
    * fix: conflicts
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    antfu and JoshuaKGoldberg authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    afee34c View commit details
    Browse the repository at this point in the history
  3. docs: fix "Alternatively" typo (#7740)

    docs: Fix "Alternatively" typo
    hyperupcall authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c5334be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cff6e47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f81a2da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac397f1 View commit details
    Browse the repository at this point in the history
  7. fix(eslint-plugin): [no-shadow] fix static class generics for class e…

    …xpressions (#7724)
    
    * Add test for factory generating class functionn with generic type
    
    * Rename isGenericOfClassDecl to isGenericOfClass, check for class expression in function
    
    * Apply eslint fixer on no shadow test class expression test case
    
    * Apply yarn lint-fix
    peanutenthusiast authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e5ea1d0 View commit details
    Browse the repository at this point in the history
  8. fix(eslint-plugin): [consistent-type-imports] import assertion checks…

    … added (#7722)
    
    * Updated consistent-type-imports
    
    Added type assertion for json files
    
    * Import assertion checks added
    
    The linter checks for import assertions before suggesting fixes
    rielAsh24 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    afdae37 View commit details
    Browse the repository at this point in the history
  9. feat(eslint-plugin): add new extended rule prefer-destructuring (#7117

    )
    
    * copy prefer-destructuring from ESLint
    
    * rewrite schema by hand
    
    * add enforceForTypeAnnotatedProperties option
    
    autofix is still wrong.
    
    * add tests
    
    * prevent fixing type-annotated declaration
    
    * add tests
    
    * move baseTests into end of file
    
    * refactor
    
    * consider numeric properties of non-itreable objects for VariableDeclarator
    
    * consider numeric properties of non-itreable objects for AssignmentExpression
    
    * fix a bug
    
    * fix a bug
    
    * add "openjsf" into the dictionary
    
    * add prefer-destructuring into all
    
    * add doc and minor tweak
    
    * fix typo
    
    * fix incorrect "correct" case
    
    * improve test coverage
    
    * improve test coverage
    
    * fix: bring in adjustments from main branch
    
    * Updated snapshot
    
    * Update packages/eslint-plugin/src/rules/prefer-destructuring.ts
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * rename a function
    
    * fix typo
    
    * reduce baseRule.create() calls
    
    * lazily run baseRule.create(noFixContext(context))
    
    * lint
    
    * add test cases
    
    * add test cases
    
    * remove tests copied from base rule
    
    * add tests
    
    * add tests
    
    * declare variables
    
    * minor improvements
    
    - naming of options
    - using nullish coalescing assignment
    
    * improve type and coverage
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    seiyab and JoshuaKGoldberg authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3c6379b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

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

Commits on Oct 16, 2023

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