A highly opinionated, sharable config of stylelint rules to produce beautiful, readable CSS and Sass.
As developers, we spend more time reading code than writing it. These rules aim to make reading CSS and Sass a priority.
That means some rules will feel oppressive or "over the top" for many developers, which is fine. If you don't like it, you can get off my lawn! ... Or extend the rules and override them with the ones that bother you. Either way.
This config also comes with the following plugins, and corresponding rules, baked in.
Each and every single rule has been meticulously poured over and purposefully hand picked or excluded.
$ npm i --save-dev stylelint-config-get-off-my-lawn
Create an stylelint config in your package.json
or .stylelintrc.js
file.
{
"name": "my-awesome-project",
"stylelint": {
"extends": "stylelint-config-get-off-my-lawn"
}
}
module.exports = {
extends: 'stylelint-config-get-off-my-lawn'
};
- eslint-config-get-off-my-lawn - A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.
MIT © Michael Novotny