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

Update Stylelint schema #4057

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

Mouvedia
Copy link
Contributor

@Mouvedia Mouvedia commented Sep 7, 2024


The schema still has many problems.
This PR intent is not to fix them all but to correct the worst ones.

Copy link
Contributor

github-actions bot commented Sep 7, 2024

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@Mouvedia Mouvedia force-pushed the update-stylelint-schema branch 5 times, most recently from 6028a75 to 75d1557 Compare September 7, 2024 15:45
- meta-schema draft
  - deprecated keyword
- missing rules
- url secondary option
@hyperupcall
Copy link
Member

Thanks!

@hyperupcall hyperupcall merged commit 2f9057c into SchemaStore:master Sep 7, 2024
3 checks passed
@@ -1175,6 +1204,7 @@
"enum": [
"between-comments",
"after-comment",
"stylelint-command",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -1979,7 +2181,11 @@
"minItems": 1,
"items": {
"type": "string",
"enum": ["blockless-at-rules", "pseudo-classes"]
"enum": [
"at-rules-without-declaration-blocks",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -764,6 +774,7 @@
"items": {
"type": "string",
"enum": [
"all-nested",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

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