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: 670f48113708b556e8ba870607766cb4707791cf
Choose a base ref
...
head repository: eslint/eslint
compare: b6f2bd8879176cd774f253ba437963f2fa1c493d
Choose a head ref
  • 7 commits
  • 319 files changed
  • 6 contributors

Commits on Jan 18, 2022

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

Commits on Jan 19, 2022

  1. docs: fixed typo in comment (#15531)

    Jiapei Liang committed Jan 19, 2022
    Copy the full SHA
    851f1f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. docs: trimmed rules h1s to just be rule names (#15514)

    * docs: trimmed rules h1s to just be rule names
    
    * Adjusted Makefile unit test
    
    * Standardized backticks a bit
    JoshuaKGoldberg committed Jan 26, 2022
    Copy the full SHA
    ccbc35f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Copy the full SHA
    5769cc2 View commit details
    Browse the repository at this point in the history
  2. feat: implement rfc 2021-suppression-support (#15459)

    * feat: implement rfc 2021-suppression-support
    
    * fix --report-unused-disable-directives not working in some cases.
    
    * modify the JSDoc comments of applyDirectives().
    
    * fix not working with processors
    
    * update the return type of _verifyXX methods
    
    * fix the issue that only string after the first -- is treated as justification
    
    * fix eslint-disable-next-line not working after /* eslint-disable */
    
    * refactor applyDirectives() to process usedDisableDirectives properly
    
    * fix another unused-disable-directive issue, and add more test cases to cover
    
    * apply the simpler implementation of applyDirective()
    
    * update doc
    
    * filter out suppressedMessages in getErrorResults()
    
    * add meta for rules in suppressedMessages for getRulesMetaForResults()
    
    * update ESLint.getErrorResults() to keep the current behavior
    Yiwei-Ding committed Jan 27, 2022
    Copy the full SHA
    5d60812 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Build: changelog update for 8.8.0

    ESLint Jenkins committed Jan 28, 2022
    Copy the full SHA
    7d1366a View commit details
    Browse the repository at this point in the history
  2. 8.8.0

    ESLint Jenkins committed Jan 28, 2022
    Copy the full SHA
    b6f2bd8 View commit details
    Browse the repository at this point in the history