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

Version Packages #131

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Version Packages #131

merged 1 commit into from
Nov 9, 2023

Conversation

seek-oss-ci
Copy link
Collaborator

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 master, this PR will be updated.

Releases

eslint-config-seek@12.1.0

Minor Changes

  • Adds react/jsx-curly-brace-presence as an error. (#130)
    This removes unnecessary braces around strings in props and children.

    It also enforces braces around expressions in props and children.

    Examples

    // Unecessary braces around string prop
    - <Column width={'content'}>
    + <Column width="content">
    // Unecessary braces around string child
    - <Text>{'Hello'}</Text>
    + <Text>Hello</Text>
    // Mandatory braces around prop expression
    - <Button icon=<IconSearch />>
    + <Button icon={<IconSearch />}>

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner September 22, 2023 00:45
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from e4bc75c to eaffef3 Compare October 19, 2023 21:02
@benjervis benjervis merged commit efb504e into master Nov 9, 2023
2 checks passed
@benjervis benjervis deleted the changeset-release/master branch November 9, 2023 22:21
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.

2 participants