sass-site/.stylelintrc.yml
2023-04-03 12:22:39 -04:00

29 lines
973 B
YAML

# See https://stylelint.io/user-guide/rules/
# Also https://github.com/stylelint-scss/stylelint-scss#list-of-rules
extends:
- stylelint-config-standard-scss
rules:
# Default rules:
# - https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/index.js
# - https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/index.js
# - https://github.com/stylelint/stylelint-config-standard/blob/main/index.js
# - https://github.com/stylelint/stylelint-config-recommended/blob/main/index.js
# possible errors (these are all on by default)
no-descending-specificity: null
# limit language features
color-function-notation: null
color-named: always-where-possible
custom-property-pattern: null
function-url-no-scheme-relative: true
number-max-precision: null
selector-class-pattern: null
# Sass
scss/at-mixin-pattern: null
scss/dollar-variable-pattern: null
scss/no-global-function-names: null