зеркало из https://github.com/nextcloud/cookbook.git
20 строки
424 B
YAML
20 строки
424 B
YAML
|
|
plugins:
|
|
- stylelint-scss
|
|
|
|
rules:
|
|
"order/properties-alphabetical-order": null
|
|
"selector-no-qualifying-type":
|
|
- true
|
|
- ignore:
|
|
- attribute
|
|
"selector-max-id": 1
|
|
"max-nesting-depth": 2
|
|
"selector-max-compound-selectors": 4
|
|
|
|
extends:
|
|
- stylelint-config-standard
|
|
- stylelint-config-sass-guidelines
|
|
- stylelint-config-idiomatic-order
|
|
- stylelint-config-prettier
|