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: eslint/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.22.0
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.23.0
Choose a head ref
  • 14 commits
  • 398 files changed
  • 9 contributors

Commits on Aug 17, 2022

  1. docs: auto-generation edit link (#16213)

    * docs: auto-generation edit link
    
    * docs: remove unsed edit_link
    
    * docs: fix wrong start with edit link
    kecrily authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7137344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6790db View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Aug 24, 2022

  1. docs: package.json conventions (#16206)

    * docs: package.json conventions
    
    * remove top level heading
    
    * typo
    
    Co-authored-by: Strek <[email protected]>
    
    * Update docs/src/developer-guide/code-conventions.md
    
    Co-authored-by: Nitin Kumar <[email protected]>
    
    Co-authored-by: Strek <[email protected]>
    Co-authored-by: Nicholas C. Zakas <[email protected]>
    Co-authored-by: Nitin Kumar <[email protected]>
    4 people authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b1918da View commit details
    Browse the repository at this point in the history
  2. feat: no-warning-comments support comments with decoration (#16120)

    * Implement support for skipping decoration characters in no-warning-comments
    
    * Update unit tests for no-warning-comments
    
    * Update docs for no-warning-comments
    
    * Support array of decoration strings in no-warning-comments
    
    * Enforce single character decoration strings in no-warning-comments
    
    * Enforce minimum number of unique decoration characters
    
    * Update docs/src/rules/no-warning-comments.md
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    * Change decoration property to array only, update docs for no-warning-comments
    
    * Fix mistakes in README
    
    * Add test for term starting with decoration character
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    lachlanhunt and mdjermanovic authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    43f03aa View commit details
    Browse the repository at this point in the history
  3. refactor: simplify parseListConfig (#16241)

    * refactor: simplify `parseListConfig`
    
    Removes a polynomial-time regular expression
    
    * remove comment
    mdjermanovic authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    63dec9f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    deaf69f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed26229 View commit details
    Browse the repository at this point in the history
  3. feat: add allowEmptyCase option to no-fallthrough rule (#15887)

    * feat: allow empty case in switch
    
    * feat: add test case with semicolon
    
    * docs:add allow emtpy case option in docs
    
    * feat: disallow switch case with ;
    
    * feat: disallow empty statement
    
    * chore: lint .md file
    
    * remove redundant logic
    amareshsm authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    30b1a2d View commit details
    Browse the repository at this point in the history
  4. feat: Enable eslint.config.js lookup from CLI (#16235)

    * feat: Enable eslint.config.js lookup from CLI
    
    Refs #13481
    
    * Switch to eslint.config.js
    
    * Fix lint errors
    
    * Restore .eslintrc.js
    
    * Add warning to .eslintrc.js file
    
    * Add suppressed messages
    
    * Add suppressedMessages checks in tests
    
    * Remove v8-compile-cache
    
    * Fix CLI test
    
    * Update comments in config files
    
    * Remove --ext option
    
    * Fix options tests
    
    * Try to fix Windows errors
    
    * Try to fix Windows tests again
    
    * Try again to fix Windows errors
    
    * Fix windows tests again
    nzakas authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3e5839e View commit details
    Browse the repository at this point in the history
  5. chore: Upgrade to [email protected] (#16243)

    * chore: Upgrade to [email protected]
    
    * update package.json
    mdjermanovic authored Aug 26, 2022
    1 Configuration menu
    Copy the full SHA
    d35fbbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e004ab View commit details
    Browse the repository at this point in the history
  7. Build: changelog update for 8.23.0

    ESLint Jenkins committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f005173 View commit details
    Browse the repository at this point in the history
  8. 8.23.0

    ESLint Jenkins committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    dcf178e View commit details
    Browse the repository at this point in the history
Loading