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

Add support JS objects for extends config option #6998

Conversation

fpetrakov
Copy link
Contributor

Which issue, if any, is this issue related to?

Closes #6952.

Is there anything in the PR that needs further explanation?

No, it's self-explanatory.

@changeset-bot
Copy link

changeset-bot bot commented Jun 29, 2023

🦋 Changeset detected

Latest commit: a5d8357

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

This PR includes changesets to release 1 package
Name Type
stylelint Minor

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

@fpetrakov fpetrakov changed the title Add support JS objects for extends config option #6952 Add support JS objects for extends config option Jun 29, 2023
Copy link
Member

@mattxwang mattxwang left a comment

Choose a reason for hiding this comment

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

Thanks for submitting a PR @fpetrakov! Do you mind adding a test case (or a few) that validate the behaviour you've added?

(you'll also want to add a changeset, which you can do with npx changeset; since this adds a feature, this is likely a minor change)

@ybiquitous
Copy link
Member

@fpetrakov Thanks for the pull request. Could you please add a test case to lib/__tests__/extends.test.mjs for the new feature?

@fpetrakov
Copy link
Contributor Author

@ybiquitous just added the test case. Would you mind reviewing it?

@ybiquitous ybiquitous changed the title Add support JS objects for extends config option Add support JS objects for extends config option Jul 3, 2023
Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

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

LGTM, thank you for the quick fix 👍🏼

Copy link
Member

@mattxwang mattxwang left a comment

Choose a reason for hiding this comment

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

LGTM!

@mattxwang mattxwang mentioned this pull request Jul 3, 2023
7 tasks
@ybiquitous ybiquitous merged commit 59d5bf9 into stylelint:main Jul 4, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support JS objects for extends config option
4 participants