Warning
DEPRECATION: This package isn't useful anymore.
This configuration perfectly does the job:
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recess-order"
]
}A collection of shareable Stylelint configurations
yarn add @jenssimon/stylelint-config --devThis configuration targets projects using Sass. It is based on stylelint-config-standard.
{
"extends": [
"@jenssimon/stylelint-config"
]
}Optionally you can enable style order and use @jenssimon/stylelint-config/order.
This configuration is the Default configuration without the rules for Sass in the default configuration.
{
"extends": [
"@jenssimon/stylelint-config/base"
]
}For style order use @jenssimon/stylelint-config/base-order.
This is the configuration for the Salesforce Commerce Cloud (SFCC) Storefront Reference Architecture (SFRA),
{
"extends": [
"@jenssimon/stylelint-config/sfra"
]
}MIT © 2023 Jens Simon