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
base: 938dbdd6c310784cc8a7329efaeb0e34321b9e1f
Choose a base ref
...
head repository: eslint/eslint
compare: e34c94be7c18934d365f72b560b96549358a7867
Choose a head ref
  • 9 commits
  • 369 files changed
  • 6 contributors

Commits on Apr 14, 2022

  1. Copy the full SHA
    3bca59e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    413f1d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Copy the full SHA
    c2407e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. chore: Add static frontmatter to docs (#15782)

    * chore: Add static frontmatter to docs
    
    * cleanup architecture docs location
    
    * Update rule ID check for docs
    
    * Update lint check
    
    * Update Makefile.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Cleanup based on feedback
    
    * Fix Makefile.js gensite
    
    * Revert "Fix Makefile.js gensite"
    
    This reverts commit 822dc55.
    
    * Update docs/src/pages/index.md
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    * Remove extra file and resources sections
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    3 people committed Apr 22, 2022
    Copy the full SHA
    db28f2c View commit details
    Browse the repository at this point in the history
  2. feat: Add rule no-constant-binary-expression (#15296)

    * feat: Add rule no-constant-binary-expression
    
    I proposed the core idea of this rule in
    #13752 as an addition to
    `no-constant-condition`, but on the advice of the TSC, it was
    restructured as a standalone rule.
    
    * Share `no-constant-condition`'s `isConstant`
    
    Here we extract `isConstant` into ast-utils and share it between
    `no-constant-condition` and `no-constant-binary-expression`.
    
    * Update title of  docs page
    
    * Avoid false positive on shadowed builtins
    
    * Use isLogicalAssignmentOperator
    
    * Ensure we don't treat user defined new expressions as always new
    
    * Move docs to the new docs directory
    
    * Address review feedback
    
    * Address more review feedback
    
    * Address review feedback
    
    * Fix typo
    
    * Update lib/rules/utils/ast-utils.js
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * Update docs/src/rules/no-constant-binary-expression.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * Update docs/src/rules/no-constant-binary-expression.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * Update docs/src/rules/no-constant-binary-expression.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    captbaritone and nzakas committed Apr 22, 2022
    Copy the full SHA
    ab6363d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    735458c View commit details
    Browse the repository at this point in the history
  4. fix: allow project paths to have URL-encoded characters (#15795)

    * fix: allow project paths to have URL-encoded characters
    
    Fixes #15766
    
    * test with eslintrc main branch
    
    * use v1.2.2
    mdjermanovic committed Apr 22, 2022
    Copy the full SHA
    35fa1dd View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.14.0

    ESLint Jenkins committed Apr 22, 2022
    Copy the full SHA
    2de9c7e View commit details
    Browse the repository at this point in the history
  6. 8.14.0

    ESLint Jenkins committed Apr 22, 2022
    Copy the full SHA
    e34c94b View commit details
    Browse the repository at this point in the history