-
-
Notifications
You must be signed in to change notification settings - Fork 896
Closed
Labels
Description
Eslint is standard linter for Javascript. However, there is no yet leader for CSS
So far only scss-lint has mirror in pre-commit hooks
https://github.com/pre-commit/mirrors-scss-lint
However, it's biggest issue is not able to "autofix" simple errors like other linters do and is expected by many users
This issue is not going to be fixed any time
sds/scss-lint#984
It's biggest rival is stylelint. It has more features: supports many syntax besides SCSS, more rules, more config features, has larger community and contribution team. But most important - it allows autofix
https://stylelint.io/
Please, add mirror for stylelint