-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update Stylelint schema #4057
Conversation
Thanks for the PR! This section of the codebase is owned by @madskristensen and |
6028a75
to
75d1557
Compare
- meta-schema draft - deprecated keyword - missing rules - url secondary option
75d1557
to
804be24
Compare
Thanks! |
@@ -1175,6 +1204,7 @@ | |||
"enum": [ | |||
"between-comments", | |||
"after-comment", | |||
"stylelint-command", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updates the drafturl
The schema still has many problems.
This PR intent is not to fix them all but to correct the worst ones.