-
Notifications
You must be signed in to change notification settings - Fork 529
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
Unsupported Linters #457
Comments
HI @colin-marshall thanks for the message, we'd love for you guys to adopt Any rules we don't currently support we are very open to supporting in the near future while aiming to equally support both
As for the other rules you mention Rules
SettingsOur indentation rule is currently a little buggy and we're loathed to throw too much attention at it until after our AST has updated a little as we currently can't support tabs, only spaces.
We ask that any requests for new rules or rule enhancements are made in separate issues so that we may track them easier I'll be adding a few of the above when I get a chance. As i've mentioned also our current AST We're still a fairly young project but we'd like to get feature parity with scss-lint and more while moving to a Eslint style architecture to allow support for pluggable user rules and configs. |
Thanks for that detailed explanation @DanPurdy! I will relay the information and see if we can find some people to help. I'll also open new issues for feature requests for the separate rules we are after. Few things I discovered:
Cheers! |
Hey @DanPurdy, thanks for the response :) Great to see a Node-based Sass linter out there now. I'd definitely encourage you to consider a rule for unnecessary use of ul {
& li { }
& a { }
} There are some designers and developers who do this, usually because they haven't been correctly trained on when to use |
No problem, that's the reason we're working on it.. No more ruby dependencies is a future I want to live in :) As for the rule, unnecessary parent reference is definitely on the cards, been a busy few weeks though! If there's any other rules missing you'd like to see I'd encourage you to just open up a new issue or pop a note in the existing rule issues so we can keep a better track of the requests.. We've had a fair few! Thanks again, hope to see foundation using sass-lint soon! |
Hello, we're looking to move from
scss-lint
tosass-lint
for Zurb's Foundation for Sites front-end framework. I used the converter tool to convert thescss-lint
file and got the following message:I see there are plans to add PropertyCount in the near future. We were wondering if there are plans to add any of these other unsupported linters/settings to
sass-lint
? Thanks!Related issue on Foundation-Sites repo: foundation/foundation-sites#7620
The text was updated successfully, but these errors were encountered: