This package includes the shareable Stylelint configuration used by SF-iTech.
Please refer to its documentation:
All configurations are based on the stylelint-config-standard and a set of additions.
If you want to use this Stylelint configuration in your project, you can install it with the following steps.
First, install this package, Styleint and the necessary plugins.
yarn add stylelint-config-sf-css
Then create a file named .stylelintrc.json
with following contents in the root folder of your project:
{
"extends": ["stylelint-config-sf-css"]
}
That's it! You can override the settings from stylelint-config-sf-css
by editing the .stylelintrc.json
file.
You also need to download a plugin stylelint
in VScode
Learn more about css order styleint-order on the stylelint-order website.
MIT