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.12.1
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.13.0
Choose a head ref
  • 10 commits
  • 58 files changed
  • 3 contributors

Commits on Dec 13, 2024

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

Commits on Dec 20, 2024

  1. chore: fix playground (#641)

    9romise authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    9eaf7fe View commit details
    Browse the repository at this point in the history
  2. feat(key-spacing): add ignoredNodes option (#640)

    * feat(key-spacing): add `ignoredNodes` option
    
    * fix: only consider parent's type
    
    * test: add more test for `non-align` mode
    
    * docs(key-spacing): improve description
    9romise authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    33ae1f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Configuration menu
    Copy the full SHA
    eea9267 View commit details
    Browse the repository at this point in the history
  2. refactor: replace deprecated isSpaceBetweenTokens with `isSpaceBetw…

    …een` (#646)
    
    * refactor: replace deprecated `isSpaceBetweenTokens` with `isSpaceBetween`
    
    * fix(jsx-one-expression-per-line): check spaces in `JSXText`
    
    * chore: remove unnecesary comment
    9romise authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    6da7c42 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

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

Commits on Jan 9, 2025

  1. feat(no-extra-parens): introduce nestedConditionalExpressions option (

    #657)
    
    * feat(no-extra-parens): introduce `nestedTernaryExpressions` option
    
    * refactor: rename to `nestedConditionalExpressions`
    
    * docs: update
    9romise authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    bf63800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf49939 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. fix(indent-binary-ops): indent on multiline assignment (#644)

    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    9romise and autofix-ci[bot] authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    d708587 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.13.0 (main) (#639)

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