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.

15 lines
480 B

  1. extends: stylelint-config-standard
  2. rules:
  3. at-rule-empty-line-before: null
  4. block-closing-brace-empty-line-before: null
  5. color-hex-length: null
  6. comment-empty-line-before: null
  7. declaration-block-single-line-max-declarations: null
  8. declaration-empty-line-before: null
  9. indentation: 2
  10. no-descending-specificity: null
  11. number-leading-zero: never
  12. rule-empty-line-before: null
  13. selector-pseudo-element-colon-notation: null
  14. shorthand-property-no-redundant-values: true