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.29.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.30.0
Choose a head ref
  • 20 commits
  • 79 files changed
  • 15 contributors

Commits on Dec 4, 2022

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

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

  1. docs: Formatters page updates (#16566)

    * docs: Formatters page updates
    
    add more information about the built-in formatters
    
    Fixes #16476
    
    * add formatter text generation
    
    * fix issue and rename manifest
    
    * fix manifest formatting issues
    
    * restore generated page to state of eslint/eslint:main
    
    * rename and refactor as json
    
    * fix template spacing
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bpmutter and mdjermanovic authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    dfc7ec1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. docs: don't apply layouts to html formatter example (#16591)

    * fix: font, color and table flow of formatters-example page
    
    * fix: add html-formatter-example.json file
    
    * fix: table color on theme change
    
    * fix: remove additional changes in html-formatter-example.html
    Tanujkanti4441 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6bef135 View commit details
    Browse the repository at this point in the history
  2. docs: Fix anchor in URL (#16628)

    * docs: Fix anchor in URL
    
    * Update docs/src/user-guide/configuring/configuration-files.md
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    3 people authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7276fe5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    75276c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2c64b View commit details
    Browse the repository at this point in the history
  3. docs: fix broken line numbers (#16606)

    * docs: fix broken line numbers
    
    * docs: fix scss styles
    
    * docs: fix lint errors
    
    * Update docs/src/assets/scss/syntax-highlighter.scss
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    
    * docs: fix scss
    
    * docs: move file and add license
    
    * add aria-hidden
    
    * add license to file header
    
    Co-authored-by: Strek <ssharishkumar@gmail.com>
    chenxsan and harish-sethuraman authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    293573e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b8bb72 View commit details
    Browse the repository at this point in the history
  5. refactor: migrate off deprecated function-style rules in all tests (#…

    …16618)
    
    * refactor: migrate off deprecated function-style rules in all tests
    
    Preparing for RFC-85.
    
    * chore: enable object-shorthand rule always avoidExplicitReturnArrows
    bmish authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    90c9219 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. docs: CLI documentation standardization (#16563)

    * docs: CLI intro + copy tweaks
    
    * docs: CLI docs standardization
    
    Fixes #16475
    
    * continue on standardization
    
    * finish first pass of formatting
    
    * finish adding examples
    
    * fixes
    
    * copy edits
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    * put aliases in the headers
    
    * fix --ext description
    
    * update --rulesdir docs per feedback
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * update help text
    
    * readd cli help output
    
    * clarify --ext description
    
    * clarify using --rule w --no-eslintrc
    
    * implement MD and NZ feedback
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * clarify formatter example comments
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * standardize all headings to Title Case
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    4 people authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ad44344 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. feat: update globals (#16654)

    regseb authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    7190d98 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. ci: fix npm v9 problem with file: (#16664)

    * ci: fix npm v9 problem with `file:`
    
    * pin config-array
    mdjermanovic authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0d9af4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8cd94 View commit details
    Browse the repository at this point in the history
  3. chore: standardize npm script names per #14827 (#16315)

    * chore: standardize npm script names per #14827
    
    * put lint:fix right after lint
    
    * chore: fix ordering of :fix
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * chore: change release scripts to have "release:" prefix
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * docs: update package.json naming to include 'release'
    
    * docs: add css so abnf code formats okay
    
    * chore: exclude linting from npm test
    
    * docs: remove counter-reset. I guess that was a merge error
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    pmcelhaney and mdjermanovic authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ba74253 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. feat: add suggestion for no-return-await (#16637)

    * refactor: extract error list into a function
    
    Suggestions will be different for different errors, so a constant object won't work anymore
    
    * feat: suggest removing await in no-return-await
    
    * Fix suggestion message
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * refactor: remove unused data
    
    * fix: only trim after await if there is a space
    
    * refactor: allow expecting no suggestion
    
    * refactor: move code for fixing into fix function
    
    * fix: do not suggest a fix if await and awaited expression are not on th same line
    
    * Simplify suggestion message
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Simplify single-character access
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Simplify removing a range
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * feat: suggest removing await when expression starts with (
    
    * refactor: use awaitToken to determine await range
    
    * fix: use more performant way to identify tokens
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    dbartholomae and mdjermanovic authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    075ef2c View commit details
    Browse the repository at this point in the history
  2. fix: Ensure flat config unignores work consistently like eslintrc (#1…

    …6579)
    
    * chore: Finish FlatESLint tests
    
    We have several tests that were ignored back when we were waiting for
    fast-glob fixes. Because we no longer use fast-glob, the tests now work.
    
    * Update default config and tests
    nzakas authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1a327aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2c4737 View commit details
    Browse the repository at this point in the history
  4. Build: changelog update for 8.30.0

    ESLint Jenkins committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    12a2972 View commit details
    Browse the repository at this point in the history
  5. 8.30.0

    ESLint Jenkins committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    6151d9e View commit details
    Browse the repository at this point in the history
Loading