@openregion/stylelint-config-prettier
v1.0.0
Published
Stylelint Prettier shared config
Readme
Stylelint shared config to use with Prettier
Open Region Stylelint shared config with turned off rules that are unnecessary or might conflict with Prettier.
Usage
Install package
npm install --save-dev @openregion/stylelint-config-prettierCreate .stylelintrc.json file with this content
{
"extends": ["@openregion/stylelint-config-prettier"]
}[!IMPORTANT] This config already includes
@openregion/stylelint-config.
