I like SUITCSS (read up on it in this excellent blog post), and I like SASS with all of its preprocessing bells and whistles. So I'm linting my project setup with this config.
The most advanced thing in here is the selector name matching, which by the way also permits Angular style classes, like ng-invalid
etc.
Documentation for the different scss-lint options can be found here.
✌️