Thanks to visit codestin.com
Credit goes to github.com

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: vuejs/create-eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: vuejs/create-eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 23, 2024

  1. chore(deps): update all non-major dependencies (#32)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d1fe363 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat!: align the default prettier style with create-vue instead of …

    …vue core
    
    After all, `vuejs/core` is more of a TypeScript project than a Vue project.
    I feel that we really need `printWidth: 100` for templates.
    
    And `arrowParens` isn't that important. Let's use the default value.
    Moreover, as stated in [prettier's documentation](https://prettier.io/docs/en/options#arrow-function-parentheses),
    `arrowParens: "always"` is better for adding type annotations, extra
    arguments or default values as well as making other changes.
    I believe that `arrowParens: "avoid"` is set in `vuejs/core` only
    because it started using prettier in its 1.x era and want to avoid
    too drastic style changes. vuejs/core#3926 (comment)
    haoqunjiang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5c93155 View commit details
    Browse the repository at this point in the history
  2. refactor(config): Remove redundant options to align with schemastore …

    …defaults
    
    Also fixes the regression introduced in 1d657db
    that the standard prettier config omits `"trailingComma": "none"` and
    got an extraneous printWidth option.
    Anton Lilleby authored and haoqunjiang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2378e2f View commit details
    Browse the repository at this point in the history
  3. 0.5.0

    haoqunjiang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2291947 View commit details
    Browse the repository at this point in the history
Loading