@planningcenter/stylelint-config-pco
v0.0.1
Published
A shareable stylelint config for Planning Center projects
Downloads
3,180
Keywords
Readme
Planning Center Stylelint Config
A sharable stylelint config for Planning Center projects.
This package is currently a work in progress. The starting rules are primarily to support the migration of our existing CSS to use Tapestry Tokens.
Installation
yarn add @planningcenter/stylelint-config-pco --dev
Usage
We provide a single config that covers both CSS and SCSS. It will automatically apply SCSS rules to files ending in .scss
.
You simply have to extend this config in your Stylelint config:
{
"extends": "@planningcenter/stylelint-config-pco"
}
To see the included rules, please check index.js.