hugo-academic-mirror/.stylelintrc.yaml

26 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2023-10-24 23:46:49 +02:00
# PREVIOUS PLUGINS - no longer needed now porting from Bootstrap to Tailwind
#plugins:
# - stylelint-scss
2021-01-09 20:37:31 +01:00
extends:
- stylelint-config-standard
- stylelint-config-prettier
2023-10-24 23:46:49 +02:00
# PREVIOUS EXTENDS - no longer needed now porting from Bootstrap to Tailwind
# - stylelint-config-standard-scss
# - stylelint-config-prettier-scss
2021-01-09 20:37:31 +01:00
rules:
2023-10-24 23:46:49 +02:00
comment-empty-line-before: null # Allow more compact comments
property-no-vendor-prefix: null # Necessary unless postcss prefix
value-no-vendor-prefix: null # Necessary unless postcss prefix
2023-10-24 23:46:49 +02:00
at-rule-no-unknown: null # Use PostCSS "at" rules
# PREVIOUS RULES - no longer needed now porting from Bootstrap to Tailwind
# at-rule-no-unknown: null # Use SCSS "at" rules
# scss/at-rule-no-unknown: true # Use SCSS "at" rules
# no-descending-specificity: null # Todo: remove once investigated/resolved
# color-function-notation: null # Todo: refactor code
# alpha-value-notation: null # Todo: refactor code
# number-max-precision: null # Todo: refactor code
# font-family-no-missing-generic-family-keyword:
# - true
# - ignoreFontFamilies:
# - Font Awesome 5 Free