stylelint-config-fk
Fictive Kin sharable stylelint configurationusage
Run the following in your project directory to install:yarn add stylelint stylelint-order stylelint-scss @fictivekin/stylelint-config-fk --dev
In your package.json file, add:
"stylelint": {
"extends": "@fictivekin/stylelint-config-fk"
}