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:eslint/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v8.49.0
Choose a base ref
Loading
...
head repository:eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v8.50.0
Choose a head ref
Loading
  • 16commits
  • 42files changed
  • 8contributors

Commits on Sep 16, 2023

  1. docs: Update README

    GitHub Actions Bot committedSep 16, 2023
    1Configuration menu
    Copy the full SHA
    bd7a71fView commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. feat: allowVoid option in array-callback-return (#17564)

    * feat: allowVoid option in array-callback-returnRefs#17285* feat: refactor code and add docs* feat: allow void in return-statement* feat: add more tests for allowVoid
    @Tanujkanti4441
    Tanujkanti4441 authoredSep 17, 2023
    1Configuration menu
    Copy the full SHA
    85a3d9eView commit details
    Browse the repository at this point in the history
  2. docs: fix incorrect tag's place (#17575)

    * docs: fix incorrect tag place
    @Tanujkanti4441
    Tanujkanti4441 authoredSep 17, 2023
    1Configuration menu
    Copy the full SHA
    20893d4View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix: wrong suggestion and message inno-misleading-character-class(#…

    …17571)* fix: wrong suggest and message in `no-misleading-character-class`* Apply suggestions from code reviewCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @ota-meshi@mdjermanovic
    ota-meshi andmdjermanovic authoredSep 18, 2023
    1Configuration menu
    Copy the full SHA
    aa1b657View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. docs: Add correct/incorrect tags toprefer-arrow-callback(#17589)

    Add correct/incorrect tags
    @fasttime
    fasttime authoredSep 19, 2023
    1Configuration menu
    Copy the full SHA
    48a44a7View commit details
    Browse the repository at this point in the history
  2. feat: add ruleno-object-constructor, deprecateno-new-object(#1…

    …7576)* Deprecate `no-new-object`* Add rule `no-object-constructor`* Apply suggestions* mark no-new-object deprecated in v8.50.0Co-authored-by: Francesco Trotta <github@fasttime.org>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @fasttime@mdjermanovic
    fasttime andmdjermanovic authoredSep 19, 2023
    1Configuration menu
    Copy the full SHA
    22a5582View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. docs: Fix and standardize JSX code examples (#17591)

    Fix and standardize JSX code examples
    @fasttime
    fasttime authoredSep 20, 2023
    1Configuration menu
    Copy the full SHA
    1800537View commit details
    Browse the repository at this point in the history
  2. 1Configuration menu
    Copy the full SHA
    1ea4cfbView commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fix: Ensure deprecated context.parserServices warns (#17593)

    * fix: Ensure deprecated context.parserServices warnsUpdated RuleTester to emit a deprecation warning whenever`context.parserServices` is used.* Update lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @nzakas@mdjermanovic
    nzakas andmdjermanovic authoredSep 22, 2023
    1Configuration menu
    Copy the full SHA
    cc4d26bView commit details
    Browse the repository at this point in the history
  2. feat: Implement SourceCode#applyInlineConfig() (#17351)

    * Implement SourceCode#applyInlineConfig()* Fix lint errors* Add tests for forbidden methods* Clean up naming* Add more tests* Fix last test* Fixing some bugs -- still tests failing* Further refactoring and bug fixes* Fix test for Node.js 19* Forgot to save the file* Remove proxy; update RuleTester/FlatRuleTester* Clean up* Use WeakSet to track method calls* Update tests/lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update tests/lib/rule-tester/rule-tester.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Re-add tests for FlatRuleTester* Apply feedback* Cleanup tests* Update lib/source-code/source-code.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Fix inline config problems in flat config mode* Update JSON parse error message* Fix JSON parse message again* Update lib/source-code/source-code.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update tests/lib/linter/linter.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Apply feedback---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @nzakas@mdjermanovic
    nzakas andmdjermanovic authoredSep 22, 2023
    1Configuration menu
    Copy the full SHA
    83914adView commit details
    Browse the repository at this point in the history
  3. feat: flat-rule-tester make sure default config always matches (#17585)

    * feat: flat-rule-tester make sure default config always matches* fix: flat rule tester default config also matches paths without file extension* fix: actually test for extensionless paths* fix: use base config to make sure that every file is included* fix: add missing extensionless path tests
    @DMartens
    DMartens authoredSep 22, 2023
    1Configuration menu
    Copy the full SHA
    f9082ffView commit details
    Browse the repository at this point in the history
  4. feat: add suggestions to array-callback-return (#17590)

    * feat: add suggestions to array-callback-return* fix: spacing errors* fix: spacing errors* feat: change meta type to problem again* feat: disable eslint-plugin/require-meta-has-suggestions* feat: update tests
    @Tanujkanti4441
    Tanujkanti4441 authoredSep 22, 2023
    1Configuration menu
    Copy the full SHA
    27d5a9eView commit details
    Browse the repository at this point in the history
  5. chore: package.json update for @eslint/js release

    ESLint Jenkins committedSep 22, 2023
    1Configuration menu
    Copy the full SHA
    38ada6dView commit details
    Browse the repository at this point in the history
  6. 1Configuration menu
    Copy the full SHA
    f8a8a2dView commit details
    Browse the repository at this point in the history
  7. Build: changelog update for 8.50.0

    ESLint Jenkins committedSep 22, 2023
    1Configuration menu
    Copy the full SHA
    212687cView commit details
    Browse the repository at this point in the history
  8. 8.50.0

    ESLint Jenkins committedSep 22, 2023
    1Configuration menu
    Copy the full SHA
    299bfaeView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp