stylelint config
Opinionated stylelint extendable config.
Rulesets
Ruleset | Description |
---|---|
core | Core rules |
scss | SCSS rules |
Dependency tree
graph TD;
core --> scss
Install
$ npm install @valtech-commerce/stylelint-config
Usage
Add some stylelint config to your .stylelintrc.yaml
:
extends: "@valtech-commerce/stylelint-config/[RULESET]"
Specifications
core
Used plugins / configuration
- stylelint-declaration-strict-value - Enforces variables, functions, keywords for property's values
- stylelint-order - Order related linting rules
- stylelint-config-standard - stylelint standard rules
scss
Used plugins / configuration
- stylelint-scss - SCSS specific linting rules
- stylelint-config-standard-scss - stylelint-scss standard rules
Documentation
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.