You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
578 B

---
extends:
- stylelint-config-standard
- stylelint-config-standard-scss
- stylelint-config-prettier-scss
rules:
at-rule-empty-line-before: null
at-rule-no-unknown: null
block-opening-brace-space-before: null
scss/at-mixin-argumentless-call-parentheses: null
scss/at-mixin-pattern: null
scss/at-rule-conditional-no-parentheses: null
scss/dollar-variable-pattern: null
selector-class-pattern: null
selector-list-comma-newline-after: null
selector-pseudo-class-no-unknown: null
selector-pseudo-element-no-unknown: null