Open stelioschar opened 9 years ago
a default configuration file added in issue #8
This project: sass-lint, https://github.com/sasstools/sass-lint is free of the ruby dependency. What do you think of it?
Actually just saw this issue https://github.com/sasstools/sass-lint/issues/6 looks like they are not ready for the prime time quite yet. They still do not have all the features of ruby scss-lint
Exactly,
But we could give it a try, just to be ready for the next releases of the sass-lint
yep I will create a branch where sass-lint is configured in the project and when sass-lint is launched we can merge.
Maybe consider https://github.com/stylelint/stylelint It supports scss I think
Maybe consider https://github.com/stylelint/stylelint
WordPress CSS Coding Standards shared config https://github.com/ntwb/stylelint-config-wordpress
It supports scss I think
It does 😄
Thanks for the suggestion @ntwb will check it out :)
Propose a scss-lint configuration file.
Until now the most stable scss linter seems to be the scss-lint.
Unfortunately this plugin is strongly dependent to ruby, so it would be tricky to implement this to the existing gulp workflow.
On the other hand you can have a global scss-lint configuration file and use it through your IDE(e.g. PHPStorm).