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.41.0
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.42.0
Choose a head ref
Loading
  • 20commits
  • 88files changed
  • 11contributors

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    3bd38caView commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [member-ordering] add natural sort order (#5662)

    * [WIP] feat(eslint-plugin): [member-ordering] add natural sort order* Fix yarn.lock and split option on case sensitivity* Document it too* Remove last todos* Move member-ordering sub-tests into sub-dirs
    @JoshuaKGoldberg
    JoshuaKGoldberg authoredOct 24, 2022
    Configuration menu
    Copy the full SHA
    1eaae09View commit details
    Browse the repository at this point in the history
  3. feat(typescript-estree): clarify docs and error for program project w…

    …ithout matching TSConfig (#5762)* feat(typescript-estree): clarify docs and error for program project without matching TSConfig* lil cspell nit* Update docs/linting/TROUBLESHOOTING.mdCo-authored-by: Andrew Churchill <chu.andrew.8@gmail.com>* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* Resolved a few docs comments* A few test fixes* Remove period* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* Link to FAQ article* Reordered docs, and updated testsCo-authored-by: Andrew Churchill <chu.andrew.8@gmail.com>Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    @JoshuaKGoldberg@a-churchill@bradzacher
    3 people authoredOct 24, 2022
    Configuration menu
    Copy the full SHA
    67744dbView commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. feat(website): Add a happy message to playground output pane when no …

    …errors or AST (#5868) (#5873)* feat(website): Add a happy message to playground output pane when no errors or AST (#5868)* Apply suggestions from code reviewCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @sviat9440@JoshuaKGoldberg
    sviat9440 andJoshuaKGoldberg authoredOct 25, 2022
    Configuration menu
    Copy the full SHA
    c4e0d86View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddcc9aView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8794fd3View commit details
    Browse the repository at this point in the history
  4. docs: Mention wide globs performance implications in monorepos docs a…

    …nd parser README (#5864)* docs: Mention wide globs performance implications in monorepos docs and parser readme* Update docs/linting/typed-linting/MONOREPOS.mdCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @adnanhashmi09@JoshuaKGoldberg
    adnanhashmi09 andJoshuaKGoldberg authoredOct 25, 2022
    Configuration menu
    Copy the full SHA
    fcf3f9dView commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    2019c2fView commit details
    Browse the repository at this point in the history
  2. feat(scope-manager): ignore ECMA version (#5881)

    * feat(scope-manager): ignore ECMA version* Remove much more* Fix WebLinter lint
    @JoshuaKGoldberg
    JoshuaKGoldberg authoredOct 26, 2022
    Configuration menu
    Copy the full SHA
    3b8d449View commit details
    Browse the repository at this point in the history
  3. Revert "feat(scope-manager): ignore ECMA version" (#5888)

    Revert "feat(scope-manager): ignore ECMA version (#5881)"This reverts commit3b8d449.
    @JoshuaKGoldberg
    JoshuaKGoldberg authoredOct 26, 2022
    Configuration menu
    Copy the full SHA
    2ee81dfView commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. feat(eslint-plugin) [sort-type-union-intersection-members] rename to …

    …sort-type-constituents (#5879)* feat(eslint-plugin) [sort-type-union-intersection-members] rename to sort-type-constituents* Sigh, test rename* Added back rule, with replacedBy* Fixed up rules exports
    @JoshuaKGoldberg
    JoshuaKGoldberg authoredOct 27, 2022
    Configuration menu
    Copy the full SHA
    a0c8285View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): enable react/jsx-curly-brace-presence lint rule i…

    …n website package (#5894)Add 'react/jsx-curly-brace-presence': 'error'Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @shogohida@JoshuaKGoldberg
    shogohida andJoshuaKGoldberg authoredOct 27, 2022
    Configuration menu
    Copy the full SHA
    344322aView commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. feat(eslint-plugin): [no-invalid-void-type] better report message for…

    … void used as a constituent inside a function return type (#5274)* feat: update repository* remove duplicate examples* feat:add about re-exporting --isolatedModules in When Not To Use It* feat: add exmaples* fix: remove duplicate examples in correct* fix:correct words* fix: fix space-between* fix: fix code* fix: fix code space* fix: check error* fix:missed examples* feat: read review and fix themfix examples and --Isolatedmodules explain* feat: add two tapsone is correct, another is incorrect* fix: add <!--tabs-->* feat: fix explaination about `isolatedmodules`* fix: fix explain about `isolatedModules`* fis: modify When no to use it* fix: revert change log* fix: add lint* fix:  add lint* add: fix code* fix:fix docs splits* feat: add lint* Update packages/eslint-plugin/docs/rules/consistent-type-exports.md* feat:change error message better* fix:separating message and made types about union* fix: separate error message* fix:fix mistake type* fix:fix typo* fix:fix error message in case of union* fix:fix error message in InvalidVoidForUnion* fix: add logic about union* feat: add test case* Switched change to just enhance error message* oops commentCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @kmin-jeong@JoshuaKGoldberg
    3 people authoredOct 29, 2022
    Configuration menu
    Copy the full SHA
    d806bdaView commit details
    Browse the repository at this point in the history
  2. fix(typescript-estree): don't allow single-run unless we're in type-a…

    …ware linting mode (#5893)Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @bradzacher@JoshuaKGoldberg
    bradzacher andJoshuaKGoldberg authoredOct 29, 2022
    Configuration menu
    Copy the full SHA
    891b087View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. fix(eslint-plugin): [no-extra-parens] handle type assertion in extend…

    …s clause (#5901)* fix(eslint-plugin): [no-extra-parens] handle type assertion in extends clause* Add test cases* Handle class expression* Add test cases
    @yeonjuan
    yeonjuan authoredOct 30, 2022
    Configuration menu
    Copy the full SHA
    8ed7219View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. chore: update sponsors (#5905)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    5414194View commit details
    Browse the repository at this point in the history
  2. docs(eslint-plugin): [consistent-type-imports] make a note about `par…

    …serOptions.emitDecoratorMetadata` (#5904)* docs(eslint-plugin): [consistent-type-imports] make a note about `parserOptions.emitDecoratorMetadata`* Update consistent-type-imports.md* Update consistent-type-imports.md* Update consistent-type-imports.md* Update consistent-type-imports.md
    @bradzacher
    bradzacher authoredOct 31, 2022
    Configuration menu
    Copy the full SHA
    1f14c03View commit details
    Browse the repository at this point in the history
  3. feat(utils): addRuleTester API for top-level dependency constraints (

    #5896)* feat(utils): add `RuleTester` API for top-level dependency constraints* Apply suggestions from code reviewCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* address comments* oopsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @bradzacher@JoshuaKGoldberg
    bradzacher andJoshuaKGoldberg authoredOct 31, 2022
    Configuration menu
    Copy the full SHA
    0520d53View commit details
    Browse the repository at this point in the history
  4. fix(ast-spec): add TSQualifiedName to TypeNode union (#5906)

    * fix(ast-spec): add TSQualifiedName to TypeNode union* fix rule with missing type
    @bradzacher
    bradzacher authoredOct 31, 2022
    Configuration menu
    Copy the full SHA
    5c316c1View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e5e9eaView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp