Stylelint extendable config for the most sweet-ass CSS and Sass. 🤙🏼
npm i stylelint-config-sweet -D
As soon as you've installed the package, you can extend from it. To do that, find your config file, and add the following line:
module.exports = {
extends: "stylelint-config-sweet"
};
Sweet, man. That's the point. On a more serious note though: It mostly, of course, enforces consistency, even though it may not look like it the first few moments. It will make your code feel more lightweight and nudge you towards using more modern APIs and good practices, while maintaining readability and keeping complexity down.
MIT