-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
☂️ stylelint recommended rules #2511
Comments
Just my 2 cents, you should rename some properties for consistency sake and add aliases to ease the migration. e.g.
(only 4 renames out of that category)
selector-max-combinators > selector-max-combinator to be in line with selector-max-attribute, selector-max-class, selector-max-id, selector-max-pseudo-class, selector-max-specificity, selector-max-type and selector-max-universal which are all singular. disclaimer: I am a maintainer of Stylelint |
@togami2864 |
Update: 2024/06/22 Thanks to the contributors, many new rules have been implemented in the biome. Here is the latest list of rules. Important
|
Shouldn't it be |
@Mouvedia Good point. I initially thought there was already a rule called |
Could we remove the option? Or deprecate it? |
I think it's okay to remove it because the rule is still in nursery and the linter enabling it hasn't been released yet. |
That's the intention... one rule can have the same name in multiple languages. |
@togami2864 |
Do you plan to add |
@freiserg I don't have an explicit answer, but we will initially focus on more essential lint rules that will first catch bugs. Naming convention isn't critical compared to other rules. |
@ematipico Thanks. I realized that this rule is used in |
Description
This is an umbrella issue to track the implementation of CSS linting rules from stylelint-config-recommended.
Difficulties are based on my own perspective
Easy
block-no-empty
#2512noDuplicateFontNames
#2308comment-no-empty
#3263stylelint/no-irregular-whitespace
#3264Medium
stylelint/custom-property-no-missing-var-function
#2805Hard
stylelint/no-descending-specificity
#2810Waiting for semantic model
stylelint/declaration-block-no-duplicate-properties
#2784Under discussion
see: #2422
The text was updated successfully, but these errors were encountered: