Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release eslint-config-prettier #310

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

eslint-config-prettier@10.1.1

Patch Changes

  • #309 eb56a5e Thanks @JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also Unexpected top-level property "name" #308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

@JounQin JounQin closed this Mar 7, 2025
@JounQin JounQin reopened this Mar 7, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8f420e5 to 10a450d Compare March 7, 2025 09:46
@JounQin JounQin closed this Mar 7, 2025
@JounQin JounQin reopened this Mar 7, 2025
@JounQin JounQin merged commit f12309b into main Mar 7, 2025
13 checks passed
@JounQin JounQin deleted the changeset-release/main branch March 7, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant