1.0.4 • Published 6 years ago
stylelint-config-sf-css v1.0.4
stylelint-config-sf-css
This package includes the shareable Stylelint configuration used by SF-iTech.
General
All configurations are based on the stylelint-config-standard and a set of additions.
Usage
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-cssThen 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 eslint-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.
License
MIT