Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:v5.42.1
Choose a base ref
Loading
...
head repository:typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v5.43.0
Choose a head ref
Loading
  • 12commits
  • 59files changed
  • 12contributors

Commits on Nov 7, 2022

  1. feat(eslint-plugin): [prefer-optional-chain] support suggesting `!foo…

    … || !foo.bar` as a valid match for the rule (#5594)* feat/issue5245-negated-or-optional-chaining---fixed* Not supported mixing with TSNonNullExpression* complex computed properties* CR fix comment on unsupported cases and remove TODO comments* CR: Remove unreachable uncovered check
    Omri Luzon authoredNov 7, 2022
    Configuration menu
    Copy the full SHA
    923d486View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [naming-convention] add support for "override" a…

    …nd "async" modifiers (#5310) (#5610)* feat(eslint-plugin): [naming-convention] add support for "override" and "async" modifiers (#5310)* apply pr feedback ie remove test case util, split tests by type, remove abstract getter change, remove override for variable selector in docs* remove async parameter logic which is impossibleCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @eliasm307@JoshuaKGoldberg
    eliasm307 andJoshuaKGoldberg authoredNov 7, 2022
    Configuration menu
    Copy the full SHA
    c759da1View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): [consistent-type-imports] support fixing to inli…

    …ne types (#5050)* feat(eslint-plugin): [consistent-type-imports] support fixing to inline types* first pass fix to simpler fixer* cleanup pass 2* add test for default import* add some docs* add moar test cases* add failing test* use aImportIsOnlyTypes instead of inlineTypes message* wip* fix for default import inline* fix another case with as* simplify by using existing typeOverValue func* add some commentse* add another test for two imports from same source* better doc with link to 4.5* fix lint* cleanup comments* Update packages/eslint-plugin/docs/rules/consistent-type-imports.mdCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>* Update packages/eslint-plugin/docs/rules/consistent-type-imports.mdCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>* Update packages/eslint-plugin/docs/rules/consistent-type-imports.mdCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>* Update packages/eslint-plugin/src/rules/consistent-type-imports.tsCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>* Update packages/eslint-plugin/src/rules/consistent-type-imports.tsCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>* fix changelog formatting* Update packages/eslint-plugin/docs/rules/consistent-type-imports.mdCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* try single quotest* cleanup not valid comment anymore* Update packages/eslint-plugin/tests/rules/consistent-type-imports.test.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* Update packages/eslint-plugin/tests/rules/consistent-type-imports.test.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* rm comment* improve documentation with feedback* add tabsCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @snewcomer@JoshuaKGoldberg
    3 people authoredNov 7, 2022
    Configuration menu
    Copy the full SHA
    75dcdf1View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. chore(deps): update dependency lerna to v6.0.3 (#5936)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    @renovate
    renovate[bot] authoredNov 10, 2022
    Configuration menu
    Copy the full SHA
    832cec6View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. chore: enableeslint-plugin/require-meta-docs-descriptionrule (#5969)

    chore: enable eslint-plugin/require-meta-docs-description rule
    @bmish
    bmish authoredNov 11, 2022
    Configuration menu
    Copy the full SHA
    0e1e71dView commit details
    Browse the repository at this point in the history
  2. docs(eslint-plugin): [sort-type-union-intersection-members] fix link …

    …to new rule (#5970)docs(eslint-plugin): [sort-type-union-intersection-members] correct link to new rule
    @aaneitchik
    aaneitchik authoredNov 11, 2022
    Configuration menu
    Copy the full SHA
    0eb78b3View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    1b8f9ceView commit details
    Browse the repository at this point in the history
  2. docs(naming-conventions): Alphabetizing inline lists (#5940)

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @vaishnav-mk@JoshuaKGoldberg
    vaishnav-mk andJoshuaKGoldberg authoredNov 12, 2022
    Configuration menu
    Copy the full SHA
    91d71bcView commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. fix(eslint-plugin): [no-shadow] handle false positives on generics an…

    …d parameters (#5902)* fix(eslint-plugin): [no-shadow] handle false positives on generics and parameters* Update packages/eslint-plugin/src/rules/no-shadow.tsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @yeonjuan@JoshuaKGoldberg
    yeonjuan andJoshuaKGoldberg authoredNov 13, 2022
    Configuration menu
    Copy the full SHA
    769e8c8View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. fix(eslint-plugin): [promise-function-async] handle keyword token (#5907

    )Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @yeonjuan@JoshuaKGoldberg
    yeonjuan andJoshuaKGoldberg authoredNov 14, 2022
    Configuration menu
    Copy the full SHA
    f25a94fView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceddb34View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8af1b4dView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp