@plesk/stylelint-config
v3.0.0
Published
Stylelint shareable config for Plesk projects
Downloads
1,877
Readme
Plesk Stylelint Config
Stylelint configuration for Plesk projects
Installation
Install a compatible version of stylelint.
# with npm:
npm install --save-dev stylelint @plesk/stylelint-config
# with yarn:
yarn add --dev stylelint @plesk/stylelint-config
Usage
Put into your .stylelintrc
{
"extends": "@plesk/stylelint-config",
"rules": {
// Add overrides and additional rules here
}
}