Opinionated stylelint extendable config.
Package | Version | Description | Documentation |
---|---|---|---|
@absolunet/stylelint-config-core | Core rules | docs | |
@absolunet/stylelint-config-scss | SCSS | docs | |
@absolunet/stylelint-config-salesforce | Salesforce | docs | |
@absolunet/stylelint-config-pwastudio | PWA Studio | docs |
graph TD;
core --> scss & pwastudio
scss --> salesforce
$ npm install @absolunet/stylelint-config-[RULESET]
Add some stylelint config to your .stylelintrc.yaml
:
extends: '@absolunet/stylelint-config-[RULESET]'
- stylelint-declaration-strict-value - Enforces variables, functions, keywords for property's values
- stylelint-order - Order related linting rules
- @absolunet/stylelint-loader - stylelint extendable config YAML loader.
See the full documentation for an in-depth look.
See the Changelog to see what has changed.
See the Contributing Guidelines for ways to get started.
See the Support Guide for ways to get help.
See the Security Policy for sharing vulnerability reports.
This project has a Code of Conduct. By interacting with this repository, organization, or community you agree to abide by its terms.