stylelint shareable config for the Kraftvaerk CSS style guide
Code should always be written in such a way that makes it look like a single person wrote it, no matter how many people have contributed and that is the purpose of this set of rules powered by stylelint.
npm install --save-dev stylelint @kraftvaerk/stylelint-config
To use it set your extends
property in .stylelintrc
to @kraftvaerk/stylelint-config
.
{
"extends": "@kraftvaerk/stylelint-config"
}
MIT © Mithun Dhiman