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-stylistic/eslint-stylistic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: eslint-stylistic/eslint-stylistic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 18 commits
  • 55 files changed
  • 11 contributors

Commits on Oct 24, 2024

  1. refactor: replace deprecated api with new api (#567)

    * refactor: replace deprecated `isSpaceBetweenTokens` with `isSpaceBetween`
    
    * refactor(key-spacing): replace `at` with native `.at()`
    9romise authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3db4870 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. feat(quote-props): add support for Import Attributes (#581)

    * feat(quote-props): add support for Import Attributes
    
    * fix
    
    * test: add test case
    ota-meshi authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4edfee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f944d8 View commit details
    Browse the repository at this point in the history
  3. feat(function-call-spacing): support ImportExpression in ts versi…

    …on (#570)
    
    * feat(function-call-spacing): support `ImportExpression`
    
    * chore: rename arguments
    9romise authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    19d1f8c View commit details
    Browse the repository at this point in the history
  4. fix(jsx-closing-bracket-location): should not remove comment in jsx (#…

    …566)
    
    * fix(jsx-closing-bracket-location): should not remove comment in jsx
    
    * test: add more valid cases
    
    * test: some more
    
    * refactor: simplify how to get last `attribute` and last `comment`
    
    ---------
    
    Co-authored-by: Vida Xie <[email protected]>
    zzxming and 9romise authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e2ba8d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    789d893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0da0713 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b86c2df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a2b47f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3dbc22 View commit details
    Browse the repository at this point in the history
  10. feat: cross test comma-spacing (#562)

    * test: cross test `comma-spacing`
    
    * chore: remove useless comment
    9romise authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ea72317 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbf800d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    53b4a55 View commit details
    Browse the repository at this point in the history
  13. chore: update deps

    antfu committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2d62b99 View commit details
    Browse the repository at this point in the history
  14. feat(padding-line-between-statements): add support for multiline-expo…

    …rt and singleline-export (#582)
    
    Co-authored-by: Christian Piccolo <[email protected]>
    chripi and chripi authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2690a30 View commit details
    Browse the repository at this point in the history
  15. chore: dedupe lockfile

    antfu committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2b56db0 View commit details
    Browse the repository at this point in the history
  16. feat(max-statements-per-line): new option to allow specific statements (

    #558)
    
    * feat(max-statements-per-line): new option to allow specific statements
    
    * docs: add ignoredNodes option
    
    * feat(max-statements-per-line): new option list all listen nodes
    
    * docs: add listeningNodes option
    
    * chore: update
    
    * chore: update test
    
    ---------
    
    Co-authored-by: Anthony Fu <[email protected]>
    Co-authored-by: Anthony Fu <[email protected]>
    3 people authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2ed4054 View commit details
    Browse the repository at this point in the history
  17. chore: release v2.10.0 (main) (#569)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0002fe0 View commit details
    Browse the repository at this point in the history
Loading