README
stylelint config
Opinionated stylelint extendable config.
Rulesets
Package | Version | Description | Documentation |
---|---|---|---|
@absolunet/stylelint-config-core | Core rules | docs | |
@absolunet/stylelint-config-scss | SCSS | docs | |
@absolunet/stylelint-config-salesforce | Salesforce | docs |
Dependency tree
┌────────────────┐
│ core │
└────────────────┘
│
│
│
│
│
▼
┌────────────────┐
│ scss │
└────────────────┘
│
│
│
│
│
▼
┌────────────────┐
│ salesforce │
└────────────────┘
Install
$ npm install @absolunet/stylelint-config-[RULESET]
Usage
Add some stylelint config to your .stylelintrc.yaml
:
extends: '@absolunet/stylelint-config-[RULESET]'
Used plugins
- stylelint-declaration-strict-value - Enforces variables, functions, keywords for property's values
- stylelint-order - Order related linting rules
Related
- @absolunet/stylelint-loader - stylelint extendable config YAML loader.
Documentation
See the full documentation for an in-depth look.
See the Changelog to see what has changed.
Contribute
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.