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

feat: eslint v9 & flat config setup #64

Merged
merged 15 commits into from
May 28, 2024
Merged

feat: eslint v9 & flat config setup #64

merged 15 commits into from
May 28, 2024

Conversation

ixahmedxi
Copy link
Owner

No description provided.

Copy link

changeset-bot bot commented May 27, 2024

🦋 Changeset detected

Latest commit: 870e09f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
@orbitkit/storybook Patch
@orbitkit/tailwind Patch
@orbitkit/tsconfig Patch
@orbitkit/eslint Patch
@orbitkit/vite Patch
@orbitkit/marketing Patch
@orbitkit/utils Patch
@orbitkit/auth Patch
@orbitkit/core Patch
@orbitkit/api Patch
@orbitkit/env Patch
@orbitkit/db Patch
@orbitkit/ui Patch
@orbitkit/web Patch
@orbitkit/docs Patch
@orbitkit/assets Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is lovely 😍

Copy link
Collaborator

@imCorfitz imCorfitz May 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have all of these tailwind updates been automatically made by lint --fix?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that is true

@@ -29,13 +29,13 @@ const RadioGroupItem = React.forwardRef<
<RadioGroupPrimitive.Item
ref={ref}
className={cn(
'aspect-square h-4 w-4 rounded-full border border-primary text-primary shadow focus:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50',
'aspect-[1_/_1] size-4 rounded-full border border-primary text-primary shadow focus:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

odd that aspect-square was changed to aspect-[1_/_1] in this case 🤔

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason the eslint plugin complains about this that it's an invalid tailwind class name even though it does exist so i went around it.

Copy link
Collaborator

@imCorfitz imCorfitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ixahmedxi ixahmedxi merged commit 6e79158 into main May 28, 2024
2 checks passed
@ixahmedxi ixahmedxi deleted the eslint-v9 branch May 28, 2024 18:06
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