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